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_BoolFuncFromFloat 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=.
 

Properties

new unsafe ref MR.Vector3f origin [get]
 origin point of voxels box
 
new unsafe MR.Std.Function_BoolFuncFromFloat 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
 

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_BoolFuncFromFloat 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_BoolFuncFromFloat 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: