Generated from class MR.PlanarTriangulation.OutlineParameters. This is the const half of the class.
More...
Inheritance diagram for MR.PlanarTriangulation.Const_OutlineParameters:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_OutlineParameters () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_OutlineParameters (MR.Std.Vector_StdVectorMRPlanarTriangulationIntersectionInfo? indicesMap, MR.PlanarTriangulation.Const_BaseOutlineParameters baseParams) |
Constructs MR.PlanarTriangulation.OutlineParameters elementwise. | |
| unsafe | Const_OutlineParameters (MR.PlanarTriangulation.Const_OutlineParameters _other) |
Generated from constructor MR.PlanarTriangulation.OutlineParameters.OutlineParameters. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.Std.? Vector_StdVectorMRPlanarTriangulationIntersectionInfo | indicesMap [get] |
| unsafe MR.PlanarTriangulation.Const_BaseOutlineParameters | baseParams [get] |
Properties inherited from MR.Misc.Object< Const_OutlineParameters > | |
| 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_OutlineParameters > | |
| bool | _IsOwningVal |
Generated from class MR.PlanarTriangulation.OutlineParameters. This is the const half of the class.