A basic point cloud structure to leverage instead of PCL. More...
#include <octree_utils.h>
Classes | |
struct | Point |
Public Member Functions | |
void | addPoint (double x, double y, double z) |
Public Attributes | |
std::vector< Point > | points |
A basic point cloud structure to leverage instead of PCL.
Definition at line 40 of file octree_utils.h.
|
inline |
Definition at line 54 of file octree_utils.h.
std::vector<Point> tesseract_geometry::PointCloud::points |
Definition at line 52 of file octree_utils.h.