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

Generated from class MR.VoxelsLoad.RawParameters. This is the const half of the class. More...

Inheritance diagram for MR.VoxelsLoad.Const_RawParameters:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_RawParameters ()
 Constructs an empty (default-constructed) instance.
unsafe Const_RawParameters (MR.Vector3i dimensions, MR.Vector3f voxelSize, bool gridLevelSet, MR.ScalarType scalarType)
 Constructs MR.VoxelsLoad.RawParameters elementwise.
unsafe Const_RawParameters (MR.VoxelsLoad.Const_RawParameters _other)
 Generated from constructor MR.VoxelsLoad.RawParameters.RawParameters.
 Const_RawParameters (RawParameters _other)
 Generated from constructor MR.VoxelsLoad.RawParameters.RawParameters.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Vector3i__ref_storage_dimensions
unsafe MR.Vector3f__ref_storage_voxelSize
unsafe bool * __ref_storage_gridLevelSet
unsafe MR.ScalarType__ref_storage_scalarType

Properties

unsafe ref readonly MR.Vector3i dimensions [get]
unsafe ref readonly MR.Vector3f voxelSize [get]
unsafe bool gridLevelSet [get]
 OpenVDB GridClass set as GRID_LEVEL_SET (need to set right surface normals direction)
unsafe MR.ScalarType scalarType [get]

Detailed Description

Generated from class MR.VoxelsLoad.RawParameters. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_RawParameters() [1/4]

unsafe MR.VoxelsLoad.Const_RawParameters.Const_RawParameters ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_RawParameters() [2/4]

unsafe MR.VoxelsLoad.Const_RawParameters.Const_RawParameters ( MR.Vector3i dimensions,
MR.Vector3f voxelSize,
bool gridLevelSet,
MR.ScalarType scalarType )
inline

Constructs MR.VoxelsLoad.RawParameters elementwise.

◆ Const_RawParameters() [3/4]

unsafe MR.VoxelsLoad.Const_RawParameters.Const_RawParameters ( MR.VoxelsLoad.Const_RawParameters _other)
inline

Generated from constructor MR.VoxelsLoad.RawParameters.RawParameters.

◆ Const_RawParameters() [4/4]

MR.VoxelsLoad.Const_RawParameters.Const_RawParameters ( RawParameters _other)
inline

Generated from constructor MR.VoxelsLoad.RawParameters.RawParameters.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.VoxelsLoad.Const_RawParameters.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.VoxelsLoad.Const_RawParameters.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_dimensions

unsafe MR.Vector3i* MR.VoxelsLoad.Const_RawParameters.__ref_storage_dimensions
protected

◆ __ref_storage_gridLevelSet

unsafe bool* MR.VoxelsLoad.Const_RawParameters.__ref_storage_gridLevelSet
protected

◆ __ref_storage_scalarType

unsafe MR.ScalarType* MR.VoxelsLoad.Const_RawParameters.__ref_storage_scalarType
protected

◆ __ref_storage_voxelSize

unsafe MR.Vector3f* MR.VoxelsLoad.Const_RawParameters.__ref_storage_voxelSize
protected

Property Documentation

◆ dimensions

unsafe ref readonly MR.Vector3i MR.VoxelsLoad.Const_RawParameters.dimensions
get

◆ gridLevelSet

unsafe bool MR.VoxelsLoad.Const_RawParameters.gridLevelSet
get

OpenVDB GridClass set as GRID_LEVEL_SET (need to set right surface normals direction)

◆ scalarType

unsafe MR.ScalarType MR.VoxelsLoad.Const_RawParameters.scalarType
get

◆ voxelSize

unsafe ref readonly MR.Vector3f MR.VoxelsLoad.Const_RawParameters.voxelSize
get

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