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

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

Inheritance diagram for MR.Const_FunctionVolume:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_FunctionVolume ()
 Constructs an empty (default-constructed) instance.
unsafe Const_FunctionVolume (MR.Std._ByValue_Function_Float_From_ConstMRVector3iRef data, MR.Vector3i dims, MR.Vector3f voxelSize)
 Constructs MR.FunctionVolume elementwise.
unsafe Const_FunctionVolume (MR._ByValue_FunctionVolume _other)
 Generated from constructor MR.FunctionVolume.FunctionVolume.
 Const_FunctionVolume (Const_FunctionVolume _other)
 Generated from constructor MR.FunctionVolume.FunctionVolume.
 Const_FunctionVolume (FunctionVolume _other)
 Generated from constructor MR.FunctionVolume.FunctionVolume.
unsafe ulong heapBytes ()
 Generated from method MR.FunctionVolume.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.Std.Const_Function_Float_From_ConstMRVector3iRef 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.FunctionVolume. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_FunctionVolume() [1/5]

unsafe MR.Const_FunctionVolume.Const_FunctionVolume ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_FunctionVolume() [2/5]

unsafe MR.Const_FunctionVolume.Const_FunctionVolume ( MR.Std._ByValue_Function_Float_From_ConstMRVector3iRef data,
MR.Vector3i dims,
MR.Vector3f voxelSize )
inline

Constructs MR.FunctionVolume elementwise.

◆ Const_FunctionVolume() [3/5]

unsafe MR.Const_FunctionVolume.Const_FunctionVolume ( MR._ByValue_FunctionVolume _other)
inline

Generated from constructor MR.FunctionVolume.FunctionVolume.

◆ Const_FunctionVolume() [4/5]

MR.Const_FunctionVolume.Const_FunctionVolume ( Const_FunctionVolume _other)
inline

Generated from constructor MR.FunctionVolume.FunctionVolume.

◆ Const_FunctionVolume() [5/5]

MR.Const_FunctionVolume.Const_FunctionVolume ( FunctionVolume _other)
inline

Generated from constructor MR.FunctionVolume.FunctionVolume.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_FunctionVolume.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ heapBytes()

unsafe ulong MR.Const_FunctionVolume.heapBytes ( )
inline

Generated from method MR.FunctionVolume.heapBytes.

Member Data Documentation

◆ __ref_storage_dims

unsafe MR.Vector3i* MR.Const_FunctionVolume.__ref_storage_dims
protected

◆ __ref_storage_voxelSize

unsafe MR.Vector3f* MR.Const_FunctionVolume.__ref_storage_voxelSize
protected

Property Documentation

◆ data

unsafe MR.Std.Const_Function_Float_From_ConstMRVector3iRef MR.Const_FunctionVolume.data
getprotected set

◆ dims

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

◆ voxelSize

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

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