Point Cloud Library (PCL)
1.3.1
|
Go to the source code of this file.
#define PCL_INSTANTIATE_OctreePointCloudDoubleBufferWithEmptyLeaf | ( | T | ) | template class PCL_EXPORTS pcl::octree::OctreePointCloud<T, pcl::octree::OctreeLeafEmpty<int> , pcl::octree::Octree2BufBase<int, pcl::octree::OctreeLeafEmpty<int> > >; |
Definition at line 815 of file octree_pointcloud.hpp.
#define PCL_INSTANTIATE_OctreePointCloudDoubleBufferWithLeafDataT | ( | T | ) | template class PCL_EXPORTS pcl::octree::OctreePointCloud<T, pcl::octree::OctreeLeafDataT<int> , pcl::octree::Octree2BufBase<int, pcl::octree::OctreeLeafDataT<int> > >; |
Definition at line 811 of file octree_pointcloud.hpp.
#define PCL_INSTANTIATE_OctreePointCloudDoubleBufferWithLeafDataTVector | ( | T | ) | template class PCL_EXPORTS pcl::octree::OctreePointCloud<T, pcl::octree::OctreeLeafDataTVector<int> , pcl::octree::Octree2BufBase<int, pcl::octree::OctreeLeafDataTVector<int> > >; |
Definition at line 807 of file octree_pointcloud.hpp.
#define PCL_INSTANTIATE_OctreePointCloudLowMemWithEmptyLeaf | ( | T | ) | template class PCL_EXPORTS pcl::octree::OctreePointCloud<T, pcl::octree::OctreeLeafEmpty<int> , pcl::octree::OctreeLowMemBase<int, pcl::octree::OctreeLeafEmpty<int> > >; |
Definition at line 816 of file octree_pointcloud.hpp.
#define PCL_INSTANTIATE_OctreePointCloudLowMemWithLeafDataT | ( | T | ) | template class PCL_EXPORTS pcl::octree::OctreePointCloud<T, pcl::octree::OctreeLeafDataT<int> , pcl::octree::OctreeLowMemBase<int, pcl::octree::OctreeLeafDataT<int> > >; |
Definition at line 812 of file octree_pointcloud.hpp.
#define PCL_INSTANTIATE_OctreePointCloudLowMemWithLeafDataTVector | ( | T | ) | template class PCL_EXPORTS pcl::octree::OctreePointCloud<T, pcl::octree::OctreeLeafDataTVector<int> , pcl::octree::OctreeLowMemBase<int, pcl::octree::OctreeLeafDataTVector<int> > >; |
Definition at line 808 of file octree_pointcloud.hpp.
#define PCL_INSTANTIATE_OctreePointCloudSingleBufferWithEmptyLeaf | ( | T | ) | template class PCL_EXPORTS pcl::octree::OctreePointCloud<T, pcl::octree::OctreeLeafEmpty<int> , pcl::octree::OctreeBase<int, pcl::octree::OctreeLeafEmpty<int> > >; |
Definition at line 814 of file octree_pointcloud.hpp.
#define PCL_INSTANTIATE_OctreePointCloudSingleBufferWithLeafDataT | ( | T | ) | template class PCL_EXPORTS pcl::octree::OctreePointCloud<T, pcl::octree::OctreeLeafDataT<int> , pcl::octree::OctreeBase<int, pcl::octree::OctreeLeafDataT<int> > >; |
Definition at line 810 of file octree_pointcloud.hpp.
#define PCL_INSTANTIATE_OctreePointCloudSingleBufferWithLeafDataTVector | ( | T | ) | template class PCL_EXPORTS pcl::octree::OctreePointCloud<T, pcl::octree::OctreeLeafDataTVector<int> , pcl::octree::OctreeBase<int, pcl::octree::OctreeLeafDataTVector<int> > >; |
Definition at line 806 of file octree_pointcloud.hpp.