Point Cloud Library (PCL)  1.3.1
Classes | Namespaces | Defines | Enumerations
octree_nodes.h File Reference
#include <pcl/pcl_macros.h>
Include dependency graph for octree_nodes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pcl::octree::OctreeNode
 Abstract octree node class More...
class  pcl::octree::OctreeLeafAbstract
 Abstract octree leaf class More...
class  pcl::octree::OctreeLeafEmpty
 Octree leaf class that does not store any information. More...
class  pcl::octree::OctreeLeafDataT
 Octree leaf class that does store a single DataT element. More...
class  pcl::octree::OctreeLeafDataTVector
 Octree leaf class that does store a vector of DataT elements. More...

Namespaces

namespace  pcl
 

Software License Agreement (BSD License)


namespace  pcl::octree

Defines

#define OCT_MAXTREEDEPTH   ( sizeof(unsigned int) * 8 )

Enumerations

enum  pcl::octree::node_type_t { pcl::octree::BRANCH_NODE, pcl::octree::LEAF_NODE }

Define Documentation

#define OCT_MAXTREEDEPTH   ( sizeof(unsigned int) * 8 )

Definition at line 43 of file octree_nodes.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines