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

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

+ Inheritance diagram for MR.SeparationPointStorage:

Public Member Functions

unsafe SeparationPointStorage ()
 Constructs an empty (default-constructed) instance.
 
unsafe SeparationPointStorage (MR._ByValue_SeparationPointStorage _other)
 Generated from constructor MR.SeparationPointStorage.SeparationPointStorage.
 
 SeparationPointStorage (Const_SeparationPointStorage _other)
 Generated from constructor MR.SeparationPointStorage.SeparationPointStorage.
 
 SeparationPointStorage (SeparationPointStorage _other)
 Generated from constructor MR.SeparationPointStorage.SeparationPointStorage.
 
unsafe MR.SeparationPointStorage assign (MR._ByValue_SeparationPointStorage _other)
 Generated from method MR.SeparationPointStorage.operator=.
 
unsafe void resize (ulong blockCount, ulong blockSize)
 prepares storage for given number of blocks, each containing given size of voxels Generated from method MR.SeparationPointStorage.resize.
 
unsafe MR.SeparationPointStorage.Block getBlock (ulong blockIndex)
 get block for filling in the thread responsible for it Generated from method MR.SeparationPointStorage.getBlock.
 
unsafe int makeUniqueVids ()
 shifts vertex ids in each block (after they are filled) to make them unique; returns the total number of valid points in the storage Generated from method MR.SeparationPointStorage.makeUniqueVids.
 

Detailed Description

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

Constructor & Destructor Documentation

◆ SeparationPointStorage() [1/4]

unsafe MR.SeparationPointStorage.SeparationPointStorage ( )
inline

Constructs an empty (default-constructed) instance.

◆ SeparationPointStorage() [2/4]

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

Generated from constructor MR.SeparationPointStorage.SeparationPointStorage.

◆ SeparationPointStorage() [3/4]

MR.SeparationPointStorage.SeparationPointStorage ( Const_SeparationPointStorage _other)
inline

Generated from constructor MR.SeparationPointStorage.SeparationPointStorage.

◆ SeparationPointStorage() [4/4]

MR.SeparationPointStorage.SeparationPointStorage ( SeparationPointStorage _other)
inline

Generated from constructor MR.SeparationPointStorage.SeparationPointStorage.

Member Function Documentation

◆ assign()

unsafe MR.SeparationPointStorage MR.SeparationPointStorage.assign ( MR._ByValue_SeparationPointStorage _other)
inline

Generated from method MR.SeparationPointStorage.operator=.

◆ getBlock()

unsafe MR.SeparationPointStorage.Block MR.SeparationPointStorage.getBlock ( ulong blockIndex)
inline

get block for filling in the thread responsible for it Generated from method MR.SeparationPointStorage.getBlock.

◆ makeUniqueVids()

unsafe int MR.SeparationPointStorage.makeUniqueVids ( )
inline

shifts vertex ids in each block (after they are filled) to make them unique; returns the total number of valid points in the storage Generated from method MR.SeparationPointStorage.makeUniqueVids.

◆ resize()

unsafe void MR.SeparationPointStorage.resize ( ulong blockCount,
ulong blockSize )
inline

prepares storage for given number of blocks, each containing given size of voxels Generated from method MR.SeparationPointStorage.resize.


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