Point Cloud Library (PCL)
1.3.1
|
#include <pcl/pcl_macros.h>
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 OCT_MAXTREEDEPTH ( sizeof(unsigned int) * 8 ) |
Definition at line 43 of file octree_nodes.h.