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...
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=. | |
| Public Member Functions inherited from MR.Const_PackMapping | |
| 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. | |
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] |
| Properties inherited from MR.Const_PackMapping | |
| unsafe MR.Const_UndirectedEdgeBMap | e [get, protected set] |
| unsafe MR.Const_FaceBMap | f [get, protected set] |
| unsafe MR.Const_VertBMap | v [get, protected set] |
Additional Inherited Members | |
| Protected Member Functions inherited from MR.Const_PackMapping | |
| virtual unsafe void | Dispose (bool disposing) |
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.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Constructs MR.PackMapping elementwise.
|
inline |
Generated from constructor MR.PackMapping.PackMapping.
|
inline |
Generated from method MR::PackMapping::operator=.
|
getprotected set |
|
getprotected set |
|
getprotected set |