MeshLib C# Docs
Loading...
Searching...
No Matches
MR.DistanceVolumeParams Class Reference

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

Inheritance diagram for MR.DistanceVolumeParams:

Public Member Functions

unsafe DistanceVolumeParams ()
 Constructs an empty (default-constructed) instance.
unsafe DistanceVolumeParams (MR.Vector3f origin, MR.Std._ByValue_Function_Bool_From_Float cb, MR.Vector3f voxelSize, MR.Vector3i dimensions)
 Constructs MR.DistanceVolumeParams elementwise.
unsafe DistanceVolumeParams (MR._ByValue_DistanceVolumeParams _other)
 Generated from constructor MR.DistanceVolumeParams.DistanceVolumeParams.
 DistanceVolumeParams (Const_DistanceVolumeParams _other)
 Generated from constructor MR.DistanceVolumeParams.DistanceVolumeParams.
 DistanceVolumeParams (DistanceVolumeParams _other)
 Generated from constructor MR.DistanceVolumeParams.DistanceVolumeParams.
unsafe MR.DistanceVolumeParams assign (MR._ByValue_DistanceVolumeParams _other)
 Generated from method MR::DistanceVolumeParams::operator=.
Public Member Functions inherited from MR.Const_DistanceVolumeParams
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.

Properties

new unsafe ref MR.Vector3f origin [get]
 origin point of voxels box
new unsafe MR.Std.Function_Bool_From_Float cb [get, protected set]
 progress callback
new unsafe ref MR.Vector3f voxelSize [get]
 size of voxel on each axis
new unsafe ref MR.Vector3i dimensions [get]
 num voxels along each axis
Properties inherited from MR.Const_DistanceVolumeParams
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

Additional Inherited Members

Protected Member Functions inherited from MR.Const_DistanceVolumeParams
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_DistanceVolumeParams
unsafe MR.Vector3f__ref_storage_origin
unsafe MR.Vector3f__ref_storage_voxelSize
unsafe MR.Vector3i__ref_storage_dimensions

Detailed Description

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

Constructor & Destructor Documentation

◆ DistanceVolumeParams() [1/5]

unsafe MR.DistanceVolumeParams.DistanceVolumeParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ DistanceVolumeParams() [2/5]

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

Constructs MR.DistanceVolumeParams elementwise.

◆ DistanceVolumeParams() [3/5]

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

Generated from constructor MR.DistanceVolumeParams.DistanceVolumeParams.

◆ DistanceVolumeParams() [4/5]

MR.DistanceVolumeParams.DistanceVolumeParams ( Const_DistanceVolumeParams _other)
inline

Generated from constructor MR.DistanceVolumeParams.DistanceVolumeParams.

◆ DistanceVolumeParams() [5/5]

MR.DistanceVolumeParams.DistanceVolumeParams ( DistanceVolumeParams _other)
inline

Generated from constructor MR.DistanceVolumeParams.DistanceVolumeParams.

Member Function Documentation

◆ assign()

unsafe MR.DistanceVolumeParams MR.DistanceVolumeParams.assign ( MR._ByValue_DistanceVolumeParams _other)
inline

Generated from method MR::DistanceVolumeParams::operator=.

Property Documentation

◆ cb

new unsafe MR.Std.Function_Bool_From_Float MR.DistanceVolumeParams.cb
getprotected set

progress callback

◆ dimensions

new unsafe ref MR.Vector3i MR.DistanceVolumeParams.dimensions
get

num voxels along each axis

◆ origin

new unsafe ref MR.Vector3f MR.DistanceVolumeParams.origin
get

origin point of voxels box

◆ voxelSize

new unsafe ref MR.Vector3f MR.DistanceVolumeParams.voxelSize
get

size of voxel on each axis


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