Generated from class MR.SeparationPointStorage.Block. This is the non-const half of the class.
More...
Inheritance diagram for MR.Const_SeparationPointStorage.Block:Public Member Functions | |
| unsafe | Block () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Block (MR.Phmap._ByValue_FlatHashMap_MRUint64T_StdArrayMRVertId3_PhmapHashMRUint64T smap, MR.Std._ByValue_Vector_MRVector3f coords, MR.VertId shift, MR._ByValue_Triangulation tris, MR._ByValue_Vector_MRVoxelId_MRFaceId faceMap) |
Constructs MR.SeparationPointStorage.Block elementwise. | |
| unsafe | Block (MR.SeparationPointStorage._ByValue_Block _other) |
Generated from constructor MR.SeparationPointStorage.Block.Block. | |
| unsafe MR.SeparationPointStorage.Block | assign (MR.SeparationPointStorage._ByValue_Block _other) |
Generated from method MR.SeparationPointStorage.Block.operator=. | |
Public Member Functions inherited from MR.Const_SeparationPointStorage.Const_Block | |
| virtual void | Dispose () |
| unsafe | Const_Block () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_Block (MR.Phmap._ByValue_FlatHashMap_MRUint64T_StdArrayMRVertId3_PhmapHashMRUint64T smap, MR.Std._ByValue_Vector_MRVector3f coords, MR.VertId shift, MR._ByValue_Triangulation tris, MR._ByValue_Vector_MRVoxelId_MRFaceId faceMap) |
Constructs MR.SeparationPointStorage.Block elementwise. | |
| unsafe | Const_Block (MR.SeparationPointStorage._ByValue_Block _other) |
Generated from constructor MR.SeparationPointStorage.Block.Block. | |
| unsafe MR.VertId | nextVid () |
during filling, it is the id of next valid point; Generated from method MR.SeparationPointStorage.Block.nextVid. | |
Properties | |
| new unsafe MR.Phmap.FlatHashMap_MRUint64T_StdArrayMRVertId3_PhmapHashMRUint64T | smap [get] |
| new unsafe MR.Std.Vector_MRVector3f | coords [get] |
| new unsafe ref MR.VertId | shift [get] |
| after makeUniqueVids(), it is the unique id of first point in coords | |
| new unsafe MR.Triangulation | tris [get] |
| new unsafe MR.Vector_MRVoxelId_MRFaceId | faceMap [get] |
Properties inherited from MR.Const_SeparationPointStorage.Const_Block | |
| unsafe MR.Phmap.Const_FlatHashMap_MRUint64T_StdArrayMRVertId3_PhmapHashMRUint64T | smap [get] |
| unsafe MR.Std.Const_Vector_MRVector3f | coords [get] |
| unsafe ref readonly MR.VertId | shift [get] |
| after makeUniqueVids(), it is the unique id of first point in coords | |
| unsafe MR.Const_Triangulation | tris [get] |
| unsafe MR.Const_Vector_MRVoxelId_MRFaceId | faceMap [get] |
Properties inherited from MR.Misc.Object< Const_Block > | |
| 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 Member Functions inherited from MR.Const_SeparationPointStorage.Const_Block | |
| virtual unsafe void | Dispose (bool disposing) |
Protected Attributes inherited from MR.Misc.Object< Const_Block > | |
| bool | _IsOwningVal |
Generated from class MR.SeparationPointStorage.Block. This is the non-const half of the class.