Generated from class MR.MeshBuilder.MeshPiece. This is the const half of the class.
More...
Inheritance diagram for MR.MeshBuilder.Const_MeshPiece:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_MeshPiece () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_MeshPiece (MR._ByValue_FaceMap fmap, MR._ByValue_VertMap vmap, MR._ByValue_MeshTopology topology, MR._ByValue_FaceBitSet rem) |
Constructs MR.MeshBuilder.MeshPiece elementwise. | |
| unsafe | Const_MeshPiece (MR.MeshBuilder._ByValue_MeshPiece _other) |
Generated from constructor MR.MeshBuilder.MeshPiece.MeshPiece. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.Const_FaceMap | fmap [get] |
| unsafe MR.Const_VertMap | vmap [get] |
| unsafe MR.Const_MeshTopology | topology [get] |
| unsafe MR.Const_FaceBitSet | rem [get] |
Properties inherited from MR.Misc.Object< Const_MeshPiece > | |
| virtual bool | _IsOwning [get] |
| Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough. | |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_MeshPiece > | |
| bool | _IsOwningVal |
Generated from class MR.MeshBuilder.MeshPiece. This is the const half of the class.