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

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

+ Inheritance diagram for MR.PackMapping:

Public Member Functions

unsafe PackMapping ()
 Constructs an empty (default-constructed) instance.
 
unsafe PackMapping (MR._ByValue_UndirectedEdgeBMap e, MR._ByValue_FaceBMap f, MR._ByValue_VertBMap v)
 Constructs MR.PackMapping elementwise.
 
unsafe PackMapping (MR._ByValue_PackMapping _other)
 Generated from constructor MR.PackMapping.PackMapping.
 
unsafe MR.PackMapping assign (MR._ByValue_PackMapping _other)
 Generated from method MR.PackMapping.operator=.
 

Properties

new unsafe MR.UndirectedEdgeBMap e [get, protected set]
 
new unsafe MR.FaceBMap f [get, protected set]
 
new unsafe MR.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 non-const half of the class.

Constructor & Destructor Documentation

◆ PackMapping() [1/3]

unsafe MR.PackMapping.PackMapping ( )
inline

Constructs an empty (default-constructed) instance.

◆ PackMapping() [2/3]

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

Constructs MR.PackMapping elementwise.

◆ PackMapping() [3/3]

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

Generated from constructor MR.PackMapping.PackMapping.

Member Function Documentation

◆ assign()

unsafe MR.PackMapping MR.PackMapping.assign ( MR._ByValue_PackMapping _other)
inline

Generated from method MR.PackMapping.operator=.

Property Documentation

◆ e

new unsafe MR.UndirectedEdgeBMap MR.PackMapping.e
getprotected set

◆ f

new unsafe MR.FaceBMap MR.PackMapping.f
getprotected set

◆ v

new unsafe MR.VertBMap MR.PackMapping.v
getprotected set

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