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

Generated from class MR.DistanceVolumeParams. Derived classes: Direct: (non-virtual) MR.PointsToDistanceVolumeParams This is the const half of the class. More...

Inheritance diagram for MR.Const_DistanceVolumeParams:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_DistanceVolumeParams ()
 Constructs an empty (default-constructed) instance.
unsafe Const_DistanceVolumeParams (MR.Vector3f origin, MR.Std._ByValue_Function_Bool_From_Float cb, MR.Vector3f voxelSize, MR.Vector3i dimensions)
 Constructs MR.DistanceVolumeParams elementwise.
unsafe Const_DistanceVolumeParams (MR._ByValue_DistanceVolumeParams _other)
 Generated from constructor MR.DistanceVolumeParams.DistanceVolumeParams.
 Const_DistanceVolumeParams (Const_DistanceVolumeParams _other)
 Generated from constructor MR.DistanceVolumeParams.DistanceVolumeParams.
 Const_DistanceVolumeParams (DistanceVolumeParams _other)
 Generated from constructor MR.DistanceVolumeParams.DistanceVolumeParams.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Vector3f__ref_storage_origin
unsafe MR.Vector3f__ref_storage_voxelSize
unsafe MR.Vector3i__ref_storage_dimensions

Properties

unsafe ref readonly MR.Vector3f origin [get]
 origin point of voxels box
unsafe MR.Std.Const_Function_Bool_From_Float cb [get, protected set]
 progress callback
unsafe ref readonly MR.Vector3f voxelSize [get]
 size of voxel on each axis
unsafe ref readonly MR.Vector3i dimensions [get]
 num voxels along each axis

Detailed Description

Generated from class MR.DistanceVolumeParams. Derived classes: Direct: (non-virtual) MR.PointsToDistanceVolumeParams This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_DistanceVolumeParams() [1/5]

unsafe MR.Const_DistanceVolumeParams.Const_DistanceVolumeParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_DistanceVolumeParams() [2/5]

unsafe MR.Const_DistanceVolumeParams.Const_DistanceVolumeParams ( MR.Vector3f origin,
MR.Std._ByValue_Function_Bool_From_Float cb,
MR.Vector3f voxelSize,
MR.Vector3i dimensions )
inline

Constructs MR.DistanceVolumeParams elementwise.

◆ Const_DistanceVolumeParams() [3/5]

unsafe MR.Const_DistanceVolumeParams.Const_DistanceVolumeParams ( MR._ByValue_DistanceVolumeParams _other)
inline

Generated from constructor MR.DistanceVolumeParams.DistanceVolumeParams.

◆ Const_DistanceVolumeParams() [4/5]

MR.Const_DistanceVolumeParams.Const_DistanceVolumeParams ( Const_DistanceVolumeParams _other)
inline

Generated from constructor MR.DistanceVolumeParams.DistanceVolumeParams.

◆ Const_DistanceVolumeParams() [5/5]

MR.Const_DistanceVolumeParams.Const_DistanceVolumeParams ( DistanceVolumeParams _other)
inline

Generated from constructor MR.DistanceVolumeParams.DistanceVolumeParams.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_DistanceVolumeParams.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ref_storage_dimensions

unsafe MR.Vector3i* MR.Const_DistanceVolumeParams.__ref_storage_dimensions
protected

◆ __ref_storage_origin

unsafe MR.Vector3f* MR.Const_DistanceVolumeParams.__ref_storage_origin
protected

◆ __ref_storage_voxelSize

unsafe MR.Vector3f* MR.Const_DistanceVolumeParams.__ref_storage_voxelSize
protected

Property Documentation

◆ cb

unsafe MR.Std.Const_Function_Bool_From_Float MR.Const_DistanceVolumeParams.cb
getprotected set

progress callback

◆ dimensions

unsafe ref readonly MR.Vector3i MR.Const_DistanceVolumeParams.dimensions
get

num voxels along each axis

◆ origin

unsafe ref readonly MR.Vector3f MR.Const_DistanceVolumeParams.origin
get

origin point of voxels box

◆ voxelSize

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

size of voxel on each axis


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