Simple structure to hold an nD centroid and the number of points in a leaf. More...
#include <voxel_grid.h>
Public Member Functions | |
Leaf () | |
Public Attributes | |
Eigen::VectorXf | centroid |
int | nr_points |
Simple structure to hold an nD centroid and the number of points in a leaf.
Definition at line 272 of file voxel_grid.h.
pcl::VoxelGrid< PointT >::Leaf::Leaf | ( | ) | [inline] |
Definition at line 274 of file voxel_grid.h.
Eigen::VectorXf pcl::VoxelGrid< PointT >::Leaf::centroid |
Definition at line 275 of file voxel_grid.h.
int pcl::VoxelGrid< PointT >::Leaf::nr_points |
Definition at line 276 of file voxel_grid.h.