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

storage for points on voxel edges used in Marching Cubes algorithms Generated from class MR.SeparationPointStorage. This is the const half of the class. More...

Inheritance diagram for MR.Const_SeparationPointStorage:

Classes

class  _ByValue_Block
 This is used as a function parameter when the underlying function receives Block by value. Usage:
class  _InOptConst_Block
 This is used for optional parameters of class Block with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_Block. Usage:
class  _InOptMut_Block
 This is used for optional parameters of class Block with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_Block. Usage:
struct  _Underlying
class  Block
 Generated from class MR.SeparationPointStorage.Block. This is the non-const half of the class. More...
class  Const_Block
 Generated from class MR.SeparationPointStorage.Block. This is the const half of the class. More...

Public Member Functions

virtual void Dispose ()
unsafe Const_SeparationPointStorage ()
 Constructs an empty (default-constructed) instance.
unsafe Const_SeparationPointStorage (MR._ByValue_SeparationPointStorage _other)
 Generated from constructor MR.SeparationPointStorage.SeparationPointStorage.
 Const_SeparationPointStorage (Const_SeparationPointStorage _other)
 Generated from constructor MR.SeparationPointStorage.SeparationPointStorage.
 Const_SeparationPointStorage (SeparationPointStorage _other)
 Generated from constructor MR.SeparationPointStorage.SeparationPointStorage.
unsafe MR.Std.? Array_MRVertId_3 findSeparationPointSet (ulong voxelId)
 finds the set (locating the block) by voxel id Generated from method MR.SeparationPointStorage.findSeparationPointSet.
unsafe MR.Triangulation getTriangulation (MR.Vector_MRVoxelId_MRFaceId? outVoxelPerFaceMap=null)
 combines triangulations from every block into one and returns it Generated from method MR.SeparationPointStorage.getTriangulation.
unsafe void getPoints (MR.VertCoords points)
 obtains coordinates of all stored points Generated from method MR.SeparationPointStorage.getPoints.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Detailed Description

storage for points on voxel edges used in Marching Cubes algorithms Generated from class MR.SeparationPointStorage. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_SeparationPointStorage() [1/4]

unsafe MR.Const_SeparationPointStorage.Const_SeparationPointStorage ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_SeparationPointStorage() [2/4]

unsafe MR.Const_SeparationPointStorage.Const_SeparationPointStorage ( MR._ByValue_SeparationPointStorage _other)
inline

◆ Const_SeparationPointStorage() [3/4]

MR.Const_SeparationPointStorage.Const_SeparationPointStorage ( Const_SeparationPointStorage _other)
inline

◆ Const_SeparationPointStorage() [4/4]

MR.Const_SeparationPointStorage.Const_SeparationPointStorage ( SeparationPointStorage _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_SeparationPointStorage.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ findSeparationPointSet()

unsafe MR.Std.? Array_MRVertId_3 MR.Const_SeparationPointStorage.findSeparationPointSet ( ulong voxelId)
inline

finds the set (locating the block) by voxel id Generated from method MR.SeparationPointStorage.findSeparationPointSet.

◆ getPoints()

unsafe void MR.Const_SeparationPointStorage.getPoints ( MR.VertCoords points)
inline

obtains coordinates of all stored points Generated from method MR.SeparationPointStorage.getPoints.

◆ getTriangulation()

unsafe MR.Triangulation MR.Const_SeparationPointStorage.getTriangulation ( MR.Vector_MRVoxelId_MRFaceId? outVoxelPerFaceMap = null)
inline

combines triangulations from every block into one and returns it Generated from method MR.SeparationPointStorage.getTriangulation.


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