#include <vector>
#include <pcl/impl/instantiate.hpp>
#include <pcl/point_types.h>
#include <pcl/octree/octree.h>
Go to the source code of this file.
Namespaces | |
namespace | pcl |
namespace | pcl::octree |
Defines | |
#define | OCT_MAXTREEDEPTH ( sizeof(size_t) * 8 ) |
#define | PCL_INSTANTIATE_OctreeBase(T) template class PCL_EXPORTS pcl::octree::OctreeBase<T>; |
#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.