MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_SeparationPointStorage.Const_Block Class Reference

Generated from class MR.SeparationPointStorage.Block. This is the const half of the class. More...

Inheritance diagram for MR.Const_SeparationPointStorage.Const_Block:

Classes

struct  _Underlying

Public Member Functions

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.
 Const_Block (Const_Block _other)
 Generated from constructor MR::SeparationPointStorage::Block::Block.
 Const_Block (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.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.VertId__ref_storage_shift

Properties

unsafe MR.Phmap.Const_FlatHashMap_MRUint64T_StdArrayMRVertId3_PhmapHashMRUint64T smap [get, protected set]
unsafe MR.Std.Const_Vector_MRVector3f coords [get, protected set]
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, protected set]
unsafe MR.Const_Vector_MRVoxelId_MRFaceId faceMap [get, protected set]

Detailed Description

Generated from class MR.SeparationPointStorage.Block. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_Block() [1/5]

unsafe MR.Const_SeparationPointStorage.Const_Block.Const_Block ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Block() [2/5]

unsafe MR.Const_SeparationPointStorage.Const_Block.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 )
inline

Constructs MR.SeparationPointStorage.Block elementwise.

◆ Const_Block() [3/5]

unsafe MR.Const_SeparationPointStorage.Const_Block.Const_Block ( MR.SeparationPointStorage._ByValue_Block _other)
inline

Generated from constructor MR::SeparationPointStorage::Block::Block.

◆ Const_Block() [4/5]

MR.Const_SeparationPointStorage.Const_Block.Const_Block ( Const_Block _other)
inline

Generated from constructor MR::SeparationPointStorage::Block::Block.

◆ Const_Block() [5/5]

MR.Const_SeparationPointStorage.Const_Block.Const_Block ( Block _other)
inline

Generated from constructor MR::SeparationPointStorage::Block::Block.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_SeparationPointStorage.Const_Block.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_SeparationPointStorage.Const_Block.Dispose ( bool disposing)
inlineprotectedvirtual

◆ nextVid()

unsafe MR.VertId MR.Const_SeparationPointStorage.Const_Block.nextVid ( )
inline

during filling, it is the id of next valid point; Generated from method MR::SeparationPointStorage::Block::nextVid.

Member Data Documentation

◆ __ref_storage_shift

unsafe MR.VertId* MR.Const_SeparationPointStorage.Const_Block.__ref_storage_shift
protected

Property Documentation

◆ coords

unsafe MR.Std.Const_Vector_MRVector3f MR.Const_SeparationPointStorage.Const_Block.coords
getprotected set

◆ faceMap

unsafe MR.Const_Vector_MRVoxelId_MRFaceId MR.Const_SeparationPointStorage.Const_Block.faceMap
getprotected set

◆ shift

unsafe ref readonly MR.VertId MR.Const_SeparationPointStorage.Const_Block.shift
get

after makeUniqueVids(), it is the unique id of first point in coords

◆ smap

unsafe MR.Phmap.Const_FlatHashMap_MRUint64T_StdArrayMRVertId3_PhmapHashMRUint64T MR.Const_SeparationPointStorage.Const_Block.smap
getprotected set

◆ tris

unsafe MR.Const_Triangulation MR.Const_SeparationPointStorage.Const_Block.tris
getprotected set

The documentation for this class was generated from the following file: