MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::PointCloudPart Struct Reference

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.
 
PointCloudPartoperator= (const PointCloudPart &other) noexcept
 

Public Attributes

const PointCloudcloud
 
const VertBitSet * region = nullptr
 

Detailed Description

represents full point cloud (if region is nullptr) or some portion of point cloud (if region pointer is valid)


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