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

Generated from class MR.WeightedShell.ParametersBase. Derived classes: Direct: (non-virtual) MR.WeightedShell.ParametersMetric MR.WeightedShell.ParametersRegions This is the const half of the class. More...

Inheritance diagram for MR.WeightedShell.Const_ParametersBase:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_ParametersBase ()
 Constructs an empty (default-constructed) instance.
unsafe Const_ParametersBase (float offset, float voxelSize, float numLayers, MR.Std._ByValue_Function_Bool_From_Float progress)
 Constructs MR.WeightedShell.ParametersBase elementwise.
unsafe Const_ParametersBase (MR.WeightedShell._ByValue_ParametersBase _other)
 Generated from constructor MR.WeightedShell.ParametersBase.ParametersBase.
 Const_ParametersBase (Const_ParametersBase _other)
 Generated from constructor MR.WeightedShell.ParametersBase.ParametersBase.
 Const_ParametersBase (ParametersBase _other)
 Generated from constructor MR.WeightedShell.ParametersBase.ParametersBase.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe float * __ref_storage_offset
unsafe float * __ref_storage_voxelSize
unsafe float * __ref_storage_numLayers

Properties

unsafe float offset [get]
 build iso-surface of minimal distance to points corresponding to this value
unsafe float voxelSize [get]
 Size of voxel in grid conversions; The user is responsible for setting some positive value here.
unsafe float numLayers [get]
 number of voxels to compute near the offset (should be left default unless used for debugging)
unsafe MR.Std.Const_Function_Bool_From_Float progress [get, protected set]
 Progress callback.

Detailed Description

Generated from class MR.WeightedShell.ParametersBase. Derived classes: Direct: (non-virtual) MR.WeightedShell.ParametersMetric MR.WeightedShell.ParametersRegions This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_ParametersBase() [1/5]

unsafe MR.WeightedShell.Const_ParametersBase.Const_ParametersBase ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_ParametersBase() [2/5]

unsafe MR.WeightedShell.Const_ParametersBase.Const_ParametersBase ( float offset,
float voxelSize,
float numLayers,
MR.Std._ByValue_Function_Bool_From_Float progress )
inline

Constructs MR.WeightedShell.ParametersBase elementwise.

◆ Const_ParametersBase() [3/5]

unsafe MR.WeightedShell.Const_ParametersBase.Const_ParametersBase ( MR.WeightedShell._ByValue_ParametersBase _other)
inline

◆ Const_ParametersBase() [4/5]

MR.WeightedShell.Const_ParametersBase.Const_ParametersBase ( Const_ParametersBase _other)
inline

◆ Const_ParametersBase() [5/5]

MR.WeightedShell.Const_ParametersBase.Const_ParametersBase ( ParametersBase _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.WeightedShell.Const_ParametersBase.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.WeightedShell.Const_ParametersBase.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_numLayers

unsafe float* MR.WeightedShell.Const_ParametersBase.__ref_storage_numLayers
protected

◆ __ref_storage_offset

unsafe float* MR.WeightedShell.Const_ParametersBase.__ref_storage_offset
protected

◆ __ref_storage_voxelSize

unsafe float* MR.WeightedShell.Const_ParametersBase.__ref_storage_voxelSize
protected

Property Documentation

◆ numLayers

unsafe float MR.WeightedShell.Const_ParametersBase.numLayers
get

number of voxels to compute near the offset (should be left default unless used for debugging)

◆ offset

unsafe float MR.WeightedShell.Const_ParametersBase.offset
get

build iso-surface of minimal distance to points corresponding to this value

◆ progress

unsafe MR.Std.Const_Function_Bool_From_Float MR.WeightedShell.Const_ParametersBase.progress
getprotected set

Progress callback.

◆ voxelSize

unsafe float MR.WeightedShell.Const_ParametersBase.voxelSize
get

Size of voxel in grid conversions; The user is responsible for setting some positive value here.


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