mapping among elements of source mesh, from which a part is taken, and target mesh Generated from class MR.PartMapping. This is the const half of the class.
More...
Inheritance diagram for MR.Const_PartMapping:Classes | |
| struct | _Underlying |
Public Member Functions | |
| 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. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.? MapOrHashMap_MRFaceId_MRFaceId | src2tgtFaces [get] |
| unsafe MR.? MapOrHashMap_MRVertId_MRVertId | src2tgtVerts [get] |
| unsafe MR.? MapOrHashMap_MRUndirectedEdgeId_MREdgeId | src2tgtEdges [get] |
| unsafe MR.? MapOrHashMap_MRFaceId_MRFaceId | tgt2srcFaces [get] |
| unsafe MR.? MapOrHashMap_MRVertId_MRVertId | tgt2srcVerts [get] |
| unsafe MR.? MapOrHashMap_MRUndirectedEdgeId_MREdgeId | tgt2srcEdges [get] |
Properties inherited from MR.Misc.Object< Const_PartMapping > | |
| virtual bool | _IsOwning [get] |
| Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough. | |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_PartMapping > | |
| bool | _IsOwningVal |
mapping among elements of source mesh, from which a part is taken, and target mesh Generated from class MR.PartMapping. This is the const half of the class.