#include "MRObjectLinesHolder.h"Go to the source code of this file.
Classes | |
| class | MR::ObjectLines |
Namespaces | |
| namespace | MR |
Functions | |
| MRMESH_API std::shared_ptr< ObjectLines > | MR::merge (const std::vector< std::shared_ptr< ObjectLines > > &objsLines) |
| constructs new ObjectLines containing the union of valid data from all input objects | |
| MRMESH_API std::shared_ptr< ObjectLines > | MR::cloneRegion (const std::shared_ptr< ObjectLines > &objLines, const UndirectedEdgeBitSet ®ion) |
| constructs new ObjectLines containing the region of data from input object | |