represents full point cloud (if region is nullptr) or some portion of point cloud (if region pointer is valid) More...
#include <MRPointCloudPart.h>
Public Member Functions | |
| PointCloudPart (const PointCloud &c, const VertBitSet *bs=nullptr) noexcept | |
| nullptr here means all valid points of point cloud | |
| PointCloudPart (const PointCloudPart &other) noexcept=default | |
| Make this assignable. A better idea would be to rewrite the class to not use references, but doing this instead preserves API compatibility. | |
| PointCloudPart & | operator= (const PointCloudPart &other) noexcept |
Public Attributes | |
| const PointCloud & | cloud |
| const VertBitSet * | region = nullptr |
represents full point cloud (if region is nullptr) or some portion of point cloud (if region pointer is valid)