MeshLib C# Docs
Loading...
Searching...
No Matches
MR.PartMapping Class Reference

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...

+ Inheritance diagram for MR.PartMapping:

Public Member Functions

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.
 

Properties

new unsafe MR.? MapOrHashMap_MRFaceId_MRFaceId src2tgtFaces [get, set]
 
new unsafe MR.? MapOrHashMap_MRVertId_MRVertId src2tgtVerts [get, set]
 
new unsafe MR.? MapOrHashMap_MRUndirectedEdgeId_MREdgeId src2tgtEdges [get, set]
 
new unsafe MR.? MapOrHashMap_MRFaceId_MRFaceId tgt2srcFaces [get, set]
 
new unsafe MR.? MapOrHashMap_MRVertId_MRVertId tgt2srcVerts [get, set]
 
new unsafe MR.? MapOrHashMap_MRUndirectedEdgeId_MREdgeId tgt2srcEdges [get, set]
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ PartMapping() [1/4]

unsafe MR.PartMapping.PartMapping ( )
inline

Constructs an empty (default-constructed) instance.

◆ PartMapping() [2/4]

Constructs MR.PartMapping elementwise.

◆ PartMapping() [3/4]

unsafe MR.PartMapping.PartMapping ( MR.Const_PartMapping _other)
inline

Generated from constructor MR.PartMapping.PartMapping.

◆ PartMapping() [4/4]

MR.PartMapping.PartMapping ( PartMapping _other)
inline

Generated from constructor MR.PartMapping.PartMapping.

Member Function Documentation

◆ assign()

unsafe MR.PartMapping MR.PartMapping.assign ( MR.Const_PartMapping _other)
inline

Generated from method MR.PartMapping.operator=.

◆ clear()

unsafe void MR.PartMapping.clear ( )
inline

clears all member maps Generated from method MR.PartMapping.clear.

Property Documentation

◆ src2tgtEdges

new unsafe MR.? MapOrHashMap_MRUndirectedEdgeId_MREdgeId MR.PartMapping.src2tgtEdges
getset

◆ src2tgtFaces

new unsafe MR.? MapOrHashMap_MRFaceId_MRFaceId MR.PartMapping.src2tgtFaces
getset

◆ src2tgtVerts

new unsafe MR.? MapOrHashMap_MRVertId_MRVertId MR.PartMapping.src2tgtVerts
getset

◆ tgt2srcEdges

new unsafe MR.? MapOrHashMap_MRUndirectedEdgeId_MREdgeId MR.PartMapping.tgt2srcEdges
getset

◆ tgt2srcFaces

new unsafe MR.? MapOrHashMap_MRFaceId_MRFaceId MR.PartMapping.tgt2srcFaces
getset

◆ tgt2srcVerts

new unsafe MR.? MapOrHashMap_MRVertId_MRVertId MR.PartMapping.tgt2srcVerts
getset

The documentation for this class was generated from the following file: