Generated from class MR.WeightedShell.ParametersRegions.Region. This is the const half of the class.
More...
Inheritance diagram for MR.WeightedShell.Const_ParametersRegions.Const_Region:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_Region () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_Region (MR._ByValue_VertBitSet verts, float weight) |
Constructs MR.WeightedShell.ParametersRegions.Region elementwise. | |
| unsafe | Const_Region (MR.WeightedShell.ParametersRegions._ByValue_Region _other) |
Generated from constructor MR.WeightedShell.ParametersRegions.Region.Region. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.Const_VertBitSet | verts [get] |
| unsafe float | weight [get] |
Properties inherited from MR.Misc.Object< Const_Region > | |
| 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_Region > | |
| bool | _IsOwningVal |
Generated from class MR.WeightedShell.ParametersRegions.Region. This is the const half of the class.