mapping among elements of source mesh, from which a part is taken, and target mesh More...
#include <MRPartMapping.h>
Public Member Functions | |
MRMESH_API void | clear () |
clears all member maps | |
Public Attributes | |
FaceMapOrHashMap * | src2tgtFaces = nullptr |
VertMapOrHashMap * | src2tgtVerts = nullptr |
WholeEdgeMapOrHashMap * | src2tgtEdges = nullptr |
FaceMapOrHashMap * | tgt2srcFaces = nullptr |
VertMapOrHashMap * | tgt2srcVerts = nullptr |
WholeEdgeMapOrHashMap * | tgt2srcEdges = nullptr |
mapping among elements of source mesh, from which a part is taken, and target mesh
MRMESH_API void MR::PartMapping::clear | ( | ) |
clears all member maps
WholeEdgeMapOrHashMap* MR::PartMapping::src2tgtEdges = nullptr |
FaceMapOrHashMap* MR::PartMapping::src2tgtFaces = nullptr |
VertMapOrHashMap* MR::PartMapping::src2tgtVerts = nullptr |
WholeEdgeMapOrHashMap* MR::PartMapping::tgt2srcEdges = nullptr |
FaceMapOrHashMap* MR::PartMapping::tgt2srcFaces = nullptr |
VertMapOrHashMap* MR::PartMapping::tgt2srcVerts = nullptr |