MeshLib C# Docs
Loading...
Searching...
No Matches

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.
 Const_PartMapping (PartMapping _other)
 Generated from constructor MR.PartMapping.PartMapping.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.MapOrHashMap_MRFaceId_MRFaceId._Underlying ** __ptr_storage_src2tgtFaces
unsafe MR.MapOrHashMap_MRVertId_MRVertId._Underlying ** __ptr_storage_src2tgtVerts
unsafe MR.MapOrHashMap_MRUndirectedEdgeId_MREdgeId._Underlying ** __ptr_storage_src2tgtEdges
unsafe MR.MapOrHashMap_MRFaceId_MRFaceId._Underlying ** __ptr_storage_tgt2srcFaces
unsafe MR.MapOrHashMap_MRVertId_MRVertId._Underlying ** __ptr_storage_tgt2srcVerts
unsafe MR.MapOrHashMap_MRUndirectedEdgeId_MREdgeId._Underlying ** __ptr_storage_tgt2srcEdges

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]

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 const half of the class.

Constructor & Destructor Documentation

◆ Const_PartMapping() [1/4]

unsafe MR.Const_PartMapping.Const_PartMapping ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_PartMapping() [2/4]

unsafe MR.Const_PartMapping.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 )
inline

Constructs MR.PartMapping elementwise.

◆ Const_PartMapping() [3/4]

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

Generated from constructor MR.PartMapping.PartMapping.

◆ Const_PartMapping() [4/4]

MR.Const_PartMapping.Const_PartMapping ( PartMapping _other)
inline

Generated from constructor MR.PartMapping.PartMapping.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_PartMapping.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_PartMapping.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ptr_storage_src2tgtEdges

unsafe MR.MapOrHashMap_MRUndirectedEdgeId_MREdgeId._Underlying** MR.Const_PartMapping.__ptr_storage_src2tgtEdges
protected

◆ __ptr_storage_src2tgtFaces

unsafe MR.MapOrHashMap_MRFaceId_MRFaceId._Underlying** MR.Const_PartMapping.__ptr_storage_src2tgtFaces
protected

◆ __ptr_storage_src2tgtVerts

unsafe MR.MapOrHashMap_MRVertId_MRVertId._Underlying** MR.Const_PartMapping.__ptr_storage_src2tgtVerts
protected

◆ __ptr_storage_tgt2srcEdges

unsafe MR.MapOrHashMap_MRUndirectedEdgeId_MREdgeId._Underlying** MR.Const_PartMapping.__ptr_storage_tgt2srcEdges
protected

◆ __ptr_storage_tgt2srcFaces

unsafe MR.MapOrHashMap_MRFaceId_MRFaceId._Underlying** MR.Const_PartMapping.__ptr_storage_tgt2srcFaces
protected

◆ __ptr_storage_tgt2srcVerts

unsafe MR.MapOrHashMap_MRVertId_MRVertId._Underlying** MR.Const_PartMapping.__ptr_storage_tgt2srcVerts
protected

Property Documentation

◆ src2tgtEdges

unsafe MR.? MapOrHashMap_MRUndirectedEdgeId_MREdgeId MR.Const_PartMapping.src2tgtEdges
get

◆ src2tgtFaces

unsafe MR.? MapOrHashMap_MRFaceId_MRFaceId MR.Const_PartMapping.src2tgtFaces
get

◆ src2tgtVerts

unsafe MR.? MapOrHashMap_MRVertId_MRVertId MR.Const_PartMapping.src2tgtVerts
get

◆ tgt2srcEdges

unsafe MR.? MapOrHashMap_MRUndirectedEdgeId_MREdgeId MR.Const_PartMapping.tgt2srcEdges
get

◆ tgt2srcFaces

unsafe MR.? MapOrHashMap_MRFaceId_MRFaceId MR.Const_PartMapping.tgt2srcFaces
get

◆ tgt2srcVerts

unsafe MR.? MapOrHashMap_MRVertId_MRVertId MR.Const_PartMapping.tgt2srcVerts
get

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