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 | |
PointCloudPart (const PointCloudPart &other) noexcept=default | |
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)
|
inlinenoexcept |
|
defaultnoexcept |
|
inlinenoexcept |
const PointCloud& MR::PointCloudPart::cloud |
const VertBitSet* MR::PointCloudPart::region = nullptr |