Go to the source code of this file.
Namespaces | |
| namespace | MR |
| only for bindings generation | |
Typedefs | |
| using | MR::GroupOrder = std::vector<FaceFace> |
Functions | |
| Expected< GroupOrder > | MR::segmentMesh (const Mesh &mesh, const EdgeMetric &curvMetric, const ProgressCallback &progress={}) |
| UndirectedEdgeBitSet | MR::findSegmentBoundaries (const MeshTopology &topology, const GroupOrder &groupOrder, int numSegments, FaceColors *outFaceColors=nullptr) |
| optional output face coloring where all faces of one segment share the same color | |