CompareDim is a comparator object for sorting across a specific dimenstion (i,.e X, Y or Z) More...
Public Member Functions | |
CompareDim (const int dim, const pcl::PointCloud< PointT > &cloud) | |
Constructor. | |
bool | operator() (const int &p0, const int &p1) |
The operator function for sorting. | |
Public Attributes | |
const pcl::PointCloud< PointT > & | cloud |
The input point cloud to sort. | |
const int | dim |
The dimension to sort. |
CompareDim is a comparator object for sorting across a specific dimenstion (i,.e X, Y or Z)
Definition at line 149 of file sampling_surface_normal.h.
pcl::SamplingSurfaceNormal< PointT >::CompareDim::CompareDim | ( | const int | dim, |
const pcl::PointCloud< PointT > & | cloud | ||
) | [inline] |
Constructor.
Definition at line 157 of file sampling_surface_normal.h.
bool pcl::SamplingSurfaceNormal< PointT >::CompareDim::operator() | ( | const int & | p0, |
const int & | p1 | ||
) | [inline] |
The operator function for sorting.
Definition at line 163 of file sampling_surface_normal.h.
const pcl::PointCloud<PointT>& pcl::SamplingSurfaceNormal< PointT >::CompareDim::cloud |
The input point cloud to sort.
Definition at line 154 of file sampling_surface_normal.h.
const int pcl::SamplingSurfaceNormal< PointT >::CompareDim::dim |
The dimension to sort.
Definition at line 152 of file sampling_surface_normal.h.