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

mapping of mesh elements: old -> new, the mapping is tight (or packing) in the sense that there are no unused new elements within [0, (e/f/v).tsize) Generated from class MR.PackMapping. This is the const half of the class. More...

Inheritance diagram for MR.Const_PackMapping:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_PackMapping ()
 Constructs an empty (default-constructed) instance.
unsafe Const_PackMapping (MR._ByValue_UndirectedEdgeBMap e, MR._ByValue_FaceBMap f, MR._ByValue_VertBMap v)
 Constructs MR.PackMapping elementwise.
unsafe Const_PackMapping (MR._ByValue_PackMapping _other)
 Generated from constructor MR.PackMapping.PackMapping.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Properties

unsafe MR.Const_UndirectedEdgeBMap e [get, protected set]
unsafe MR.Const_FaceBMap f [get, protected set]
unsafe MR.Const_VertBMap v [get, protected set]

Detailed Description

mapping of mesh elements: old -> new, the mapping is tight (or packing) in the sense that there are no unused new elements within [0, (e/f/v).tsize) Generated from class MR.PackMapping. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_PackMapping() [1/3]

unsafe MR.Const_PackMapping.Const_PackMapping ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_PackMapping() [2/3]

unsafe MR.Const_PackMapping.Const_PackMapping ( MR._ByValue_UndirectedEdgeBMap e,
MR._ByValue_FaceBMap f,
MR._ByValue_VertBMap v )
inline

Constructs MR.PackMapping elementwise.

◆ Const_PackMapping() [3/3]

unsafe MR.Const_PackMapping.Const_PackMapping ( MR._ByValue_PackMapping _other)
inline

Generated from constructor MR.PackMapping.PackMapping.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_PackMapping.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Property Documentation

◆ e

unsafe MR.Const_UndirectedEdgeBMap MR.Const_PackMapping.e
getprotected set

◆ f

unsafe MR.Const_FaceBMap MR.Const_PackMapping.f
getprotected set

◆ v

unsafe MR.Const_VertBMap MR.Const_PackMapping.v
getprotected set

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