EduArt Sensor Ring Library 3.0.1
Loading...
Searching...
No Matches
eduart::measurement::PointCloud Class Reference

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< PointDatadata
 Data structure of the PointCloud.

Detailed Description

Stores a vector of points in 3D space.

Member Function Documentation

◆ copyTo()

void eduart::measurement::PointCloud::copyTo ( double * buffer,
int size )

Copies the point cloud to a double buffer.

Parameters
[in]bufferPointer to the double buffer. Make sure it has sufficient size.
[in]sizeActual size of the buffer passed to the method. If the buffer is smaller than the point cloud only a subset of points is copied.

The documentation for this class was generated from the following file: