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

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

Inheritance diagram for MR.WeightedShell.Const_ParametersMetric:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_ParametersMetric ()
 Constructs an empty (default-constructed) instance.
unsafe Const_ParametersMetric (MR.WeightedShell._ByValue_ParametersMetric _other)
 Generated from constructor MR.WeightedShell.ParametersMetric.ParametersMetric.
 Const_ParametersMetric (Const_ParametersMetric _other)
 Generated from constructor MR.WeightedShell.ParametersMetric.ParametersMetric.
 Const_ParametersMetric (ParametersMetric _other)
 Generated from constructor MR.WeightedShell.ParametersMetric.ParametersMetric.

Static Public Member Functions

static unsafe implicit operator MR.WeightedShell.Const_ParametersBase (Const_ParametersMetric self)

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 MR.Const_DistanceFromWeightedPointsParams dist [get, protected set]
 parameters of distance finding
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.ParametersMetric. Base classes: Direct: (non-virtual) MR.WeightedShell.ParametersBase This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_ParametersMetric() [1/4]

unsafe MR.WeightedShell.Const_ParametersMetric.Const_ParametersMetric ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_ParametersMetric() [2/4]

unsafe MR.WeightedShell.Const_ParametersMetric.Const_ParametersMetric ( MR.WeightedShell._ByValue_ParametersMetric _other)
inline

◆ Const_ParametersMetric() [3/4]

MR.WeightedShell.Const_ParametersMetric.Const_ParametersMetric ( Const_ParametersMetric _other)
inline

◆ Const_ParametersMetric() [4/4]

MR.WeightedShell.Const_ParametersMetric.Const_ParametersMetric ( ParametersMetric _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

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

◆ Dispose() [2/2]

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

◆ operator MR.WeightedShell.Const_ParametersBase()

unsafe implicit MR.WeightedShell.Const_ParametersMetric.operator MR.WeightedShell.Const_ParametersBase ( Const_ParametersMetric self)
inlinestatic

Member Data Documentation

◆ __ref_storage_numLayers

unsafe float* MR.WeightedShell.Const_ParametersMetric.__ref_storage_numLayers
protected

◆ __ref_storage_offset

unsafe float* MR.WeightedShell.Const_ParametersMetric.__ref_storage_offset
protected

◆ __ref_storage_voxelSize

unsafe float* MR.WeightedShell.Const_ParametersMetric.__ref_storage_voxelSize
protected

Property Documentation

◆ dist

unsafe MR.Const_DistanceFromWeightedPointsParams MR.WeightedShell.Const_ParametersMetric.dist
getprotected set

parameters of distance finding

◆ numLayers

unsafe float MR.WeightedShell.Const_ParametersMetric.numLayers
get

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

◆ offset

unsafe float MR.WeightedShell.Const_ParametersMetric.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_ParametersMetric.progress
getprotected set

Progress callback.

◆ voxelSize

unsafe float MR.WeightedShell.Const_ParametersMetric.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: