Simple leaf (3d box) structure) holding a centroid and the number of points in the leaf. More...
#include <point.h>
Public Attributes | |
float | centroid_x |
float | centroid_y |
float | centroid_z |
unsigned short | nr_points |
Simple leaf (3d box) structure) holding a centroid and the number of points in the leaf.
Definition at line 51 of file point.h.
unsigned short cloud_geometry::Leaf::nr_points |