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_BoolFuncFromFloat progress)
 Constructs MR.WeightedShell.ParametersBase elementwise.
 
unsafe Const_ParametersBase (MR.WeightedShell._ByValue_ParametersBase _other)
 Generated from constructor MR.WeightedShell.ParametersBase.ParametersBase.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe float offset [get]
 build iso-surface of minimal distance to points corresponding to this value
 
unsafe float voxelSize [get]
 
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_BoolFuncFromFloat progress [get]
 Progress callback.
 
- Properties inherited from MR.Misc.Object< Const_ParametersBase >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_ParametersBase >
bool _IsOwningVal
 

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.

Property Documentation

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