PointCloudPart & operator=(const PointCloudPart &other) noexcept
Definition MRPointCloudPart.h:21
const PointCloud & cloud
Definition MRPointCloudPart.h:14
PointCloudPart(const PointCloudPart &other) noexcept=default
Make this assignable. A better idea would be to rewrite the class to not use references,...
PointCloudPart(const PointCloud &c, const VertBitSet *bs=nullptr) noexcept
nullptr here means all valid points of point cloud
Definition MRPointCloudPart.h:17
const VertBitSet * region
Definition MRPointCloudPart.h:15
@ other
Angle, normally float. Measure in radians.
only for bindings generation
Definition MRCameraOrientationPlugin.h:8
represents full point cloud (if region is nullptr) or some portion of point cloud (if region pointer ...
Definition MRPointCloudPart.h:13
Definition MRPointCloud.h:17