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

represents a box in 3D space subdivided on voxels stored in T Generated from class MR.SimpleVolume. Derived classes: Direct: (non-virtual) MR.SimpleVolumeMinMax This is the const half of the class. More...

Inheritance diagram for MR.Const_SimpleVolume:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_SimpleVolume ()
 Constructs an empty (default-constructed) instance.
unsafe Const_SimpleVolume (MR._ByValue_Vector_Float_MRVoxelId data, MR.Vector3i dims, MR.Vector3f voxelSize)
 Constructs MR.SimpleVolume elementwise.
unsafe Const_SimpleVolume (MR._ByValue_SimpleVolume _other)
 Generated from constructor MR.SimpleVolume.SimpleVolume.
 Const_SimpleVolume (Const_SimpleVolume _other)
 Generated from constructor MR.SimpleVolume.SimpleVolume.
 Const_SimpleVolume (SimpleVolume _other)
 Generated from constructor MR.SimpleVolume.SimpleVolume.
unsafe ulong heapBytes ()
 Generated from method MR.SimpleVolume.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_Vector_Float_MRVoxelId 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.SimpleVolume. Derived classes: Direct: (non-virtual) MR.SimpleVolumeMinMax This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_SimpleVolume() [1/5]

unsafe MR.Const_SimpleVolume.Const_SimpleVolume ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_SimpleVolume() [2/5]

unsafe MR.Const_SimpleVolume.Const_SimpleVolume ( MR._ByValue_Vector_Float_MRVoxelId data,
MR.Vector3i dims,
MR.Vector3f voxelSize )
inline

Constructs MR.SimpleVolume elementwise.

◆ Const_SimpleVolume() [3/5]

unsafe MR.Const_SimpleVolume.Const_SimpleVolume ( MR._ByValue_SimpleVolume _other)
inline

Generated from constructor MR.SimpleVolume.SimpleVolume.

◆ Const_SimpleVolume() [4/5]

MR.Const_SimpleVolume.Const_SimpleVolume ( Const_SimpleVolume _other)
inline

Generated from constructor MR.SimpleVolume.SimpleVolume.

◆ Const_SimpleVolume() [5/5]

MR.Const_SimpleVolume.Const_SimpleVolume ( SimpleVolume _other)
inline

Generated from constructor MR.SimpleVolume.SimpleVolume.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_SimpleVolume.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ heapBytes()

unsafe ulong MR.Const_SimpleVolume.heapBytes ( )
inline

Generated from method MR.SimpleVolume.heapBytes.

Member Data Documentation

◆ __ref_storage_dims

unsafe MR.Vector3i* MR.Const_SimpleVolume.__ref_storage_dims
protected

◆ __ref_storage_voxelSize

unsafe MR.Vector3f* MR.Const_SimpleVolume.__ref_storage_voxelSize
protected

Property Documentation

◆ data

unsafe MR.Const_Vector_Float_MRVoxelId MR.Const_SimpleVolume.data
getprotected set

◆ dims

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

◆ voxelSize

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

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