Point Cloud Library (PCL)  1.5.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Namespaces | Defines | Enumerations
octree_nodes.h File Reference
#include <string.h>
#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< DataT >
 Abstract octree leaf class More...
class  pcl::octree::OctreeLeafEmpty< DataT >
 Octree leaf class that does not store any information. More...
class  pcl::octree::OctreeLeafDataT< DataT >
 Octree leaf class that does store a single DataT element. More...
class  pcl::octree::OctreeLeafDataTVector< DataT >
 Octree leaf class that does store a vector of DataT elements. More...
class  pcl::octree::OctreeBranch
 Octree branch class. 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, pcl::octree::LEAF_BRANCH }

Define Documentation

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

Definition at line 43 of file octree_nodes.h.