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

represents a box in 3D space subdivided on voxels stored in T Generated from class MR.SimpleBinaryVolume. This is the non-const half of the class. More...

+ Inheritance diagram for MR.SimpleBinaryVolume:

Public Member Functions

unsafe SimpleBinaryVolume ()
 Constructs an empty (default-constructed) instance.
 
unsafe SimpleBinaryVolume (MR._ByValue_VoxelBitSet data, MR.Vector3i dims, MR.Vector3f voxelSize)
 Constructs MR.SimpleBinaryVolume elementwise.
 
unsafe SimpleBinaryVolume (MR._ByValue_SimpleBinaryVolume _other)
 Generated from constructor MR.SimpleBinaryVolume.SimpleBinaryVolume.
 
 SimpleBinaryVolume (Const_SimpleBinaryVolume _other)
 Generated from constructor MR.SimpleBinaryVolume.SimpleBinaryVolume.
 
 SimpleBinaryVolume (SimpleBinaryVolume _other)
 Generated from constructor MR.SimpleBinaryVolume.SimpleBinaryVolume.
 
unsafe MR.SimpleBinaryVolume assign (MR._ByValue_SimpleBinaryVolume _other)
 Generated from method MR.SimpleBinaryVolume.operator=.
 

Properties

new unsafe MR.VoxelBitSet data [get, protected set]
 
new unsafe ref MR.Vector3i dims [get]
 
new unsafe ref MR.Vector3f voxelSize [get]
 

Detailed Description

represents a box in 3D space subdivided on voxels stored in T Generated from class MR.SimpleBinaryVolume. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ SimpleBinaryVolume() [1/5]

unsafe MR.SimpleBinaryVolume.SimpleBinaryVolume ( )
inline

Constructs an empty (default-constructed) instance.

◆ SimpleBinaryVolume() [2/5]

unsafe MR.SimpleBinaryVolume.SimpleBinaryVolume ( MR._ByValue_VoxelBitSet data,
MR.Vector3i dims,
MR.Vector3f voxelSize )
inline

Constructs MR.SimpleBinaryVolume elementwise.

◆ SimpleBinaryVolume() [3/5]

unsafe MR.SimpleBinaryVolume.SimpleBinaryVolume ( MR._ByValue_SimpleBinaryVolume _other)
inline

Generated from constructor MR.SimpleBinaryVolume.SimpleBinaryVolume.

◆ SimpleBinaryVolume() [4/5]

MR.SimpleBinaryVolume.SimpleBinaryVolume ( Const_SimpleBinaryVolume _other)
inline

Generated from constructor MR.SimpleBinaryVolume.SimpleBinaryVolume.

◆ SimpleBinaryVolume() [5/5]

MR.SimpleBinaryVolume.SimpleBinaryVolume ( SimpleBinaryVolume _other)
inline

Generated from constructor MR.SimpleBinaryVolume.SimpleBinaryVolume.

Member Function Documentation

◆ assign()

unsafe MR.SimpleBinaryVolume MR.SimpleBinaryVolume.assign ( MR._ByValue_SimpleBinaryVolume _other)
inline

Generated from method MR.SimpleBinaryVolume.operator=.

Property Documentation

◆ data

new unsafe MR.VoxelBitSet MR.SimpleBinaryVolume.data
getprotected set

◆ dims

new unsafe ref MR.Vector3i MR.SimpleBinaryVolume.dims
get

◆ voxelSize

new unsafe ref MR.Vector3f MR.SimpleBinaryVolume.voxelSize
get

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