Definition MRCameraOrientationPlugin.h:8
struct MRMESH_CLASS PointCloudPart
Definition MRMesh/MRMeshFwd.h:621
represents full point cloud (if region is nullptr) or some portion of point cloud (if region pointer ...
Definition MRPointCloudPart.h:10
PointCloudPart & operator=(const PointCloudPart &other) noexcept
Definition MRPointCloudPart.h:18
const PointCloud & cloud
Definition MRPointCloudPart.h:11
PointCloudPart(const PointCloudPart &other) noexcept=default
PointCloudPart(const PointCloud &c, const VertBitSet *bs=nullptr) noexcept
Definition MRPointCloudPart.h:14
const VertBitSet * region
Definition MRPointCloudPart.h:12
Definition MRMesh/MRPointCloud.h:17