describes a number of local triangulations of some points (e.g. assigned to a thread) Generated from class MR.SomeLocalTriangulations. This is the const half of the class.
More...
Inheritance diagram for MR.Const_SomeLocalTriangulations:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_SomeLocalTriangulations () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_SomeLocalTriangulations (MR.Std._ByValue_Vector_MRVertId neighbors, MR.Std._ByValue_Vector_MRFanRecordWithCenter fanRecords, MR.VertId maxCenterId) |
Constructs MR.SomeLocalTriangulations elementwise. | |
| unsafe | Const_SomeLocalTriangulations (MR._ByValue_SomeLocalTriangulations _other) |
Generated from constructor MR.SomeLocalTriangulations.SomeLocalTriangulations. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.Std.Const_Vector_MRVertId | neighbors [get] |
| unsafe MR.Std.Const_Vector_MRFanRecordWithCenter | fanRecords [get] |
| unsafe ref readonly MR.VertId | maxCenterId [get] |
Properties inherited from MR.Misc.Object< Const_SomeLocalTriangulations > | |
| 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_SomeLocalTriangulations > | |
| bool | _IsOwningVal |
describes a number of local triangulations of some points (e.g. assigned to a thread) Generated from class MR.SomeLocalTriangulations. This is the const half of the class.