mapping among elements of source mesh, from which a part is taken, and target mesh Generated from class MR.PartMapping. This is the non-const half of the class.
More...
|
| unsafe | PartMapping () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | PartMapping (MR.MapOrHashMap_MRFaceId_MRFaceId? src2tgtFaces, MR.MapOrHashMap_MRVertId_MRVertId? src2tgtVerts, MR.MapOrHashMap_MRUndirectedEdgeId_MREdgeId? src2tgtEdges, MR.MapOrHashMap_MRFaceId_MRFaceId? tgt2srcFaces, MR.MapOrHashMap_MRVertId_MRVertId? tgt2srcVerts, MR.MapOrHashMap_MRUndirectedEdgeId_MREdgeId? tgt2srcEdges) |
| | Constructs MR.PartMapping elementwise.
|
| unsafe | PartMapping (MR.Const_PartMapping _other) |
| | Generated from constructor MR.PartMapping.PartMapping.
|
| | PartMapping (PartMapping _other) |
| | Generated from constructor MR.PartMapping.PartMapping.
|
| unsafe MR.PartMapping | assign (MR.Const_PartMapping _other) |
| | Generated from method MR::PartMapping::operator=.
|
| unsafe void | clear () |
| | clears all member maps Generated from method MR.PartMapping.clear.
|
| virtual void | Dispose () |
| unsafe | Const_PartMapping () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | Const_PartMapping (MR.MapOrHashMap_MRFaceId_MRFaceId? src2tgtFaces, MR.MapOrHashMap_MRVertId_MRVertId? src2tgtVerts, MR.MapOrHashMap_MRUndirectedEdgeId_MREdgeId? src2tgtEdges, MR.MapOrHashMap_MRFaceId_MRFaceId? tgt2srcFaces, MR.MapOrHashMap_MRVertId_MRVertId? tgt2srcVerts, MR.MapOrHashMap_MRUndirectedEdgeId_MREdgeId? tgt2srcEdges) |
| | Constructs MR.PartMapping elementwise.
|
| unsafe | Const_PartMapping (MR.Const_PartMapping _other) |
| | Generated from constructor MR.PartMapping.PartMapping.
|
| | Const_PartMapping (PartMapping _other) |
| | Generated from constructor MR.PartMapping.PartMapping.
|
mapping among elements of source mesh, from which a part is taken, and target mesh Generated from class MR.PartMapping. This is the non-const half of the class.