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

Generated from class MR.DoubleOffsetSettings. This is the const half of the class. More...

Inheritance diagram for MR.Const_DoubleOffsetSettings:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_DoubleOffsetSettings ()
 Constructs an empty (default-constructed) instance.
unsafe Const_DoubleOffsetSettings (float voxelSize, float offsetA, float offsetB, float adaptivity, MR.Std._ByValue_SharedPtr_MRIFastWindingNumber fwn, float windingNumberThreshold, float windingNumberBeta, MR.Std._ByValue_Function_Bool_From_Float progress)
 Constructs MR.DoubleOffsetSettings elementwise.
unsafe Const_DoubleOffsetSettings (MR._ByValue_DoubleOffsetSettings _other)
 Generated from constructor MR.DoubleOffsetSettings.DoubleOffsetSettings.
 Const_DoubleOffsetSettings (Const_DoubleOffsetSettings _other)
 Generated from constructor MR.DoubleOffsetSettings.DoubleOffsetSettings.
 Const_DoubleOffsetSettings (DoubleOffsetSettings _other)
 Generated from constructor MR.DoubleOffsetSettings.DoubleOffsetSettings.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe float * __ref_storage_voxelSize
unsafe float * __ref_storage_offsetA
unsafe float * __ref_storage_offsetB
unsafe float * __ref_storage_adaptivity
unsafe float * __ref_storage_windingNumberThreshold
unsafe float * __ref_storage_windingNumberBeta

Properties

unsafe float voxelSize [get]
 the size of voxel in intermediate voxel grid representation
unsafe float offsetA [get]
 the amount of first offset
unsafe float offsetB [get]
 the amount of second offset
unsafe float adaptivity [get]
 in [0; 1] - ratio of combining small triangles into bigger ones (curvature can be lost on high values)
unsafe MR.Std.Const_SharedPtr_MRIFastWindingNumber fwn [get, protected set]
 defines particular implementation of IFastWindingNumber interface that will compute windings. If it is not specified, default FastWindingNumber is used
unsafe float windingNumberThreshold [get]
 positive distance if winding number below or equal this threshold; ideal threshold: 0.5 for closed meshes; 0.0 for planar meshes
unsafe float windingNumberBeta [get]
 determines the precision of fast approximation: the more the better, minimum value is 1
unsafe MR.Std.Const_Function_Bool_From_Float progress [get, protected set]
 to report algorithm's progress and to cancel it

Detailed Description

Generated from class MR.DoubleOffsetSettings. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_DoubleOffsetSettings() [1/5]

unsafe MR.Const_DoubleOffsetSettings.Const_DoubleOffsetSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_DoubleOffsetSettings() [2/5]

unsafe MR.Const_DoubleOffsetSettings.Const_DoubleOffsetSettings ( float voxelSize,
float offsetA,
float offsetB,
float adaptivity,
MR.Std._ByValue_SharedPtr_MRIFastWindingNumber fwn,
float windingNumberThreshold,
float windingNumberBeta,
MR.Std._ByValue_Function_Bool_From_Float progress )
inline

Constructs MR.DoubleOffsetSettings elementwise.

◆ Const_DoubleOffsetSettings() [3/5]

unsafe MR.Const_DoubleOffsetSettings.Const_DoubleOffsetSettings ( MR._ByValue_DoubleOffsetSettings _other)
inline

Generated from constructor MR.DoubleOffsetSettings.DoubleOffsetSettings.

◆ Const_DoubleOffsetSettings() [4/5]

MR.Const_DoubleOffsetSettings.Const_DoubleOffsetSettings ( Const_DoubleOffsetSettings _other)
inline

Generated from constructor MR.DoubleOffsetSettings.DoubleOffsetSettings.

◆ Const_DoubleOffsetSettings() [5/5]

MR.Const_DoubleOffsetSettings.Const_DoubleOffsetSettings ( DoubleOffsetSettings _other)
inline

Generated from constructor MR.DoubleOffsetSettings.DoubleOffsetSettings.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_DoubleOffsetSettings.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_DoubleOffsetSettings.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_adaptivity

unsafe float* MR.Const_DoubleOffsetSettings.__ref_storage_adaptivity
protected

◆ __ref_storage_offsetA

unsafe float* MR.Const_DoubleOffsetSettings.__ref_storage_offsetA
protected

◆ __ref_storage_offsetB

unsafe float* MR.Const_DoubleOffsetSettings.__ref_storage_offsetB
protected

◆ __ref_storage_voxelSize

unsafe float* MR.Const_DoubleOffsetSettings.__ref_storage_voxelSize
protected

◆ __ref_storage_windingNumberBeta

unsafe float* MR.Const_DoubleOffsetSettings.__ref_storage_windingNumberBeta
protected

◆ __ref_storage_windingNumberThreshold

unsafe float* MR.Const_DoubleOffsetSettings.__ref_storage_windingNumberThreshold
protected

Property Documentation

◆ adaptivity

unsafe float MR.Const_DoubleOffsetSettings.adaptivity
get

in [0; 1] - ratio of combining small triangles into bigger ones (curvature can be lost on high values)

◆ fwn

unsafe MR.Std.Const_SharedPtr_MRIFastWindingNumber MR.Const_DoubleOffsetSettings.fwn
getprotected set

defines particular implementation of IFastWindingNumber interface that will compute windings. If it is not specified, default FastWindingNumber is used

◆ offsetA

unsafe float MR.Const_DoubleOffsetSettings.offsetA
get

the amount of first offset

◆ offsetB

unsafe float MR.Const_DoubleOffsetSettings.offsetB
get

the amount of second offset

◆ progress

unsafe MR.Std.Const_Function_Bool_From_Float MR.Const_DoubleOffsetSettings.progress
getprotected set

to report algorithm's progress and to cancel it

◆ voxelSize

unsafe float MR.Const_DoubleOffsetSettings.voxelSize
get

the size of voxel in intermediate voxel grid representation

◆ windingNumberBeta

unsafe float MR.Const_DoubleOffsetSettings.windingNumberBeta
get

determines the precision of fast approximation: the more the better, minimum value is 1

◆ windingNumberThreshold

unsafe float MR.Const_DoubleOffsetSettings.windingNumberThreshold
get

positive distance if winding number below or equal this threshold; ideal threshold: 0.5 for closed meshes; 0.0 for planar meshes


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