#include "MRObjectPointsHolder.h"
Go to the source code of this file.
Classes | |
class | MR::ObjectPoints |
Namespaces | |
namespace | MR |
Functions | |
MRMESH_API std::shared_ptr< ObjectPoints > | MR::merge (const std::vector< std::shared_ptr< ObjectPoints > > &objsPoints) |
constructs new ObjectPoints containing the union of valid points from all input objects | |
MRMESH_API std::shared_ptr< ObjectPoints > | MR::cloneRegion (const std::shared_ptr< ObjectPoints > &objPoints, const VertBitSet ®ion) |
MRMESH_API std::shared_ptr< ObjectPoints > | MR::pack (const ObjectPoints &pts, Reorder reorder, VertBitSet *newValidVerts=nullptr, const ProgressCallback &cb={}) |