MeshLib C# Docs
Loading...
Searching...
No Matches

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

Inheritance diagram for MR.Const_SimpleBinaryVolume:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_SimpleBinaryVolume ()
 Constructs an empty (default-constructed) instance.
unsafe Const_SimpleBinaryVolume (MR._ByValue_VoxelBitSet data, MR.Vector3i dims, MR.Vector3f voxelSize)
 Constructs MR.SimpleBinaryVolume elementwise.
unsafe Const_SimpleBinaryVolume (MR._ByValue_SimpleBinaryVolume _other)
 Generated from constructor MR.SimpleBinaryVolume.SimpleBinaryVolume.
 Const_SimpleBinaryVolume (Const_SimpleBinaryVolume _other)
 Generated from constructor MR.SimpleBinaryVolume.SimpleBinaryVolume.
 Const_SimpleBinaryVolume (SimpleBinaryVolume _other)
 Generated from constructor MR.SimpleBinaryVolume.SimpleBinaryVolume.
unsafe ulong heapBytes ()
 Generated from method MR.SimpleBinaryVolume.heapBytes.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Vector3i__ref_storage_dims
unsafe MR.Vector3f__ref_storage_voxelSize

Properties

unsafe MR.Const_VoxelBitSet data [get, protected set]
unsafe ref readonly MR.Vector3i dims [get]
unsafe ref readonly 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 const half of the class.

Constructor & Destructor Documentation

◆ Const_SimpleBinaryVolume() [1/5]

unsafe MR.Const_SimpleBinaryVolume.Const_SimpleBinaryVolume ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_SimpleBinaryVolume() [2/5]

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

Constructs MR.SimpleBinaryVolume elementwise.

◆ Const_SimpleBinaryVolume() [3/5]

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

Generated from constructor MR.SimpleBinaryVolume.SimpleBinaryVolume.

◆ Const_SimpleBinaryVolume() [4/5]

MR.Const_SimpleBinaryVolume.Const_SimpleBinaryVolume ( Const_SimpleBinaryVolume _other)
inline

Generated from constructor MR.SimpleBinaryVolume.SimpleBinaryVolume.

◆ Const_SimpleBinaryVolume() [5/5]

MR.Const_SimpleBinaryVolume.Const_SimpleBinaryVolume ( SimpleBinaryVolume _other)
inline

Generated from constructor MR.SimpleBinaryVolume.SimpleBinaryVolume.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_SimpleBinaryVolume.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ heapBytes()

unsafe ulong MR.Const_SimpleBinaryVolume.heapBytes ( )
inline

Generated from method MR.SimpleBinaryVolume.heapBytes.

Member Data Documentation

◆ __ref_storage_dims

unsafe MR.Vector3i* MR.Const_SimpleBinaryVolume.__ref_storage_dims
protected

◆ __ref_storage_voxelSize

unsafe MR.Vector3f* MR.Const_SimpleBinaryVolume.__ref_storage_voxelSize
protected

Property Documentation

◆ data

unsafe MR.Const_VoxelBitSet MR.Const_SimpleBinaryVolume.data
getprotected set

◆ dims

unsafe ref readonly MR.Vector3i MR.Const_SimpleBinaryVolume.dims
get

◆ voxelSize

unsafe ref readonly MR.Vector3f MR.Const_SimpleBinaryVolume.voxelSize
get

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