|
Point Cloud Library (PCL) 1.3.1
|

Go to the source code of this file.
Defines | |
| #define | PCL_INSTANTIATE_VoxelGrid(T) template class PCL_EXPORTS pcl::VoxelGrid<T>; |
| #define | PCL_INSTANTIATE_getMinMax3D(T) template PCL_EXPORTS void pcl::getMinMax3D<T> (const pcl::PointCloud<T>::ConstPtr &, const std::string &, float, float, Eigen::Vector4f &, Eigen::Vector4f &, bool); |
| #define PCL_INSTANTIATE_getMinMax3D | ( | T | ) | template PCL_EXPORTS void pcl::getMinMax3D<T> (const pcl::PointCloud<T>::ConstPtr &, const std::string &, float, float, Eigen::Vector4f &, Eigen::Vector4f &, bool); |
Definition at line 367 of file voxel_grid.hpp.
| #define PCL_INSTANTIATE_VoxelGrid | ( | T | ) | template class PCL_EXPORTS pcl::VoxelGrid<T>; |
Definition at line 366 of file voxel_grid.hpp.
1.7.4