![]() |
EduArt Sensor Ring Library 3.0.1
|
Stores a vector of points in 3D space. More...
#include <PointCloud.hpp>
Public Member Functions | |
| void | copyTo (double *buffer, int size) |
| Copies the point cloud to a double buffer. | |
Public Attributes | |
| std::vector< PointData > | data |
| Data structure of the PointCloud. | |
Stores a vector of points in 3D space.
| void eduart::measurement::PointCloud::copyTo | ( | double * | buffer, |
| int | size ) |
Copies the point cloud to a double buffer.
| [in] | buffer | Pointer to the double buffer. Make sure it has sufficient size. |
| [in] | size | Actual size of the buffer passed to the method. If the buffer is smaller than the point cloud only a subset of points is copied. |