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: More...
 
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: More...
 
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: More...
 
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.
 
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)
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_SeparationPointStorage >
bool _IsOwningVal
 
- Properties inherited from MR.Misc.Object< Const_SeparationPointStorage >
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.
 

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.


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