Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Macros
octree_base.hpp File Reference
#include <vector>
#include <pcl/impl/instantiate.hpp>
#include <pcl/point_types.h>
#include <pcl/octree/octree.h>
Include dependency graph for octree_base.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 pcl
 
 pcl::octree
 

Macros

#define OCT_MAXTREEDEPTH   ( sizeof(size_t) * 8 )
 
#define PCL_INSTANTIATE_OctreeBase(T)   template class PCL_EXPORTS pcl::octree::OctreeBase<T>;
 

Macro Definition Documentation

#define OCT_MAXTREEDEPTH   ( sizeof(size_t) * 8 )

Definition at line 49 of file octree_base.hpp.

#define PCL_INSTANTIATE_OctreeBase (   T)    template class PCL_EXPORTS pcl::octree::OctreeBase<T>;

Definition at line 650 of file octree_base.hpp.