Simple structure to hold an nD centroid and the number of points in a leaf. More...
#include <pcl/filters/uniform_sampling.h>
Public Member Functions | |
| Leaf ()=default | |
Public Attributes | |
| int | idx {-1} |
| unsigned int | count {0} |
Simple structure to hold an nD centroid and the number of points in a leaf.
Definition at line 128 of file uniform_sampling.h.
| default |
| unsigned int pcl::UniformSampling< PointT >::Leaf::count {0} |
Definition at line 132 of file uniform_sampling.h.
Referenced by pcl::UniformSampling< PointT >::applyFilter().
| int pcl::UniformSampling< PointT >::Leaf::idx {-1} |
Definition at line 131 of file uniform_sampling.h.
Referenced by pcl::UniformSampling< PointT >::applyFilter().
© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/structpcl_1_1_uniform_sampling_1_1_leaf.html