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

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

Inheritance diagram for MR.Const_MakeSignedByWindingNumberSettings:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_MakeSignedByWindingNumberSettings ()
 Constructs an empty (default-constructed) instance.
unsafe Const_MakeSignedByWindingNumberSettings (MR.AffineXf3f meshToGridXf, MR.Std._ByValue_SharedPtr_MRIFastWindingNumber fwn, float windingNumberThreshold, float windingNumberBeta, MR.Std._ByValue_Function_Bool_From_Float progress)
 Constructs MR.MakeSignedByWindingNumberSettings elementwise.
unsafe Const_MakeSignedByWindingNumberSettings (MR._ByValue_MakeSignedByWindingNumberSettings _other)
 Generated from constructor MR.MakeSignedByWindingNumberSettings.MakeSignedByWindingNumberSettings.
 Const_MakeSignedByWindingNumberSettings (Const_MakeSignedByWindingNumberSettings _other)
 Generated from constructor MR.MakeSignedByWindingNumberSettings.MakeSignedByWindingNumberSettings.
 Const_MakeSignedByWindingNumberSettings (MakeSignedByWindingNumberSettings _other)
 Generated from constructor MR.MakeSignedByWindingNumberSettings.MakeSignedByWindingNumberSettings.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.AffineXf3f__ref_storage_meshToGridXf
unsafe float * __ref_storage_windingNumberThreshold
unsafe float * __ref_storage_windingNumberBeta

Properties

unsafe ref readonly MR.AffineXf3f meshToGridXf [get]
 defines the mapping from mesh reference from to grid reference frame
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.MakeSignedByWindingNumberSettings. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_MakeSignedByWindingNumberSettings() [1/5]

unsafe MR.Const_MakeSignedByWindingNumberSettings.Const_MakeSignedByWindingNumberSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_MakeSignedByWindingNumberSettings() [2/5]

unsafe MR.Const_MakeSignedByWindingNumberSettings.Const_MakeSignedByWindingNumberSettings ( MR.AffineXf3f meshToGridXf,
MR.Std._ByValue_SharedPtr_MRIFastWindingNumber fwn,
float windingNumberThreshold,
float windingNumberBeta,
MR.Std._ByValue_Function_Bool_From_Float progress )
inline

Constructs MR.MakeSignedByWindingNumberSettings elementwise.

◆ Const_MakeSignedByWindingNumberSettings() [3/5]

unsafe MR.Const_MakeSignedByWindingNumberSettings.Const_MakeSignedByWindingNumberSettings ( MR._ByValue_MakeSignedByWindingNumberSettings _other)
inline

◆ Const_MakeSignedByWindingNumberSettings() [4/5]

MR.Const_MakeSignedByWindingNumberSettings.Const_MakeSignedByWindingNumberSettings ( Const_MakeSignedByWindingNumberSettings _other)
inline

◆ Const_MakeSignedByWindingNumberSettings() [5/5]

MR.Const_MakeSignedByWindingNumberSettings.Const_MakeSignedByWindingNumberSettings ( MakeSignedByWindingNumberSettings _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_MakeSignedByWindingNumberSettings.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ref_storage_meshToGridXf

unsafe MR.AffineXf3f* MR.Const_MakeSignedByWindingNumberSettings.__ref_storage_meshToGridXf
protected

◆ __ref_storage_windingNumberBeta

unsafe float* MR.Const_MakeSignedByWindingNumberSettings.__ref_storage_windingNumberBeta
protected

◆ __ref_storage_windingNumberThreshold

unsafe float* MR.Const_MakeSignedByWindingNumberSettings.__ref_storage_windingNumberThreshold
protected

Property Documentation

◆ fwn

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

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

◆ meshToGridXf

unsafe ref readonly MR.AffineXf3f MR.Const_MakeSignedByWindingNumberSettings.meshToGridXf
get

defines the mapping from mesh reference from to grid reference frame

◆ progress

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

to report algorithm's progress and to cancel it

◆ windingNumberBeta

unsafe float MR.Const_MakeSignedByWindingNumberSettings.windingNumberBeta
get

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

◆ windingNumberThreshold

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