Simple structure to hold an nD centroid and the number of points in a leaf. More...
#include <uniform_sampling.h>
Public Member Functions | |
Leaf () | |
Public Attributes | |
int | idx |
Simple structure to hold an nD centroid and the number of points in a leaf.
Definition at line 109 of file uniform_sampling.h.
pcl::UniformSampling< PointInT >::Leaf::Leaf | ( | ) | [inline] |
Definition at line 111 of file uniform_sampling.h.
int pcl::UniformSampling< PointInT >::Leaf::idx |
Definition at line 112 of file uniform_sampling.h.