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

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

Inheritance diagram for MR.MakeSignedByWindingNumberSettings:

Public Member Functions

unsafe MakeSignedByWindingNumberSettings ()
 Constructs an empty (default-constructed) instance.
unsafe 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 MakeSignedByWindingNumberSettings (MR._ByValue_MakeSignedByWindingNumberSettings _other)
 Generated from constructor MR.MakeSignedByWindingNumberSettings.MakeSignedByWindingNumberSettings.
 MakeSignedByWindingNumberSettings (Const_MakeSignedByWindingNumberSettings _other)
 Generated from constructor MR.MakeSignedByWindingNumberSettings.MakeSignedByWindingNumberSettings.
 MakeSignedByWindingNumberSettings (MakeSignedByWindingNumberSettings _other)
 Generated from constructor MR.MakeSignedByWindingNumberSettings.MakeSignedByWindingNumberSettings.
unsafe MR.MakeSignedByWindingNumberSettings assign (MR._ByValue_MakeSignedByWindingNumberSettings _other)
 Generated from method MR::MakeSignedByWindingNumberSettings::operator=.
Public Member Functions inherited from MR.Const_MakeSignedByWindingNumberSettings
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.

Properties

new unsafe ref MR.AffineXf3f meshToGridXf [get]
 defines the mapping from mesh reference from to grid reference frame
new unsafe MR.Std.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
new unsafe ref 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
new unsafe ref float windingNumberBeta [get]
 determines the precision of fast approximation: the more the better, minimum value is 1
new unsafe MR.Std.Function_Bool_From_Float progress [get, protected set]
 to report algorithm's progress and to cancel it
Properties inherited from MR.Const_MakeSignedByWindingNumberSettings
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

Additional Inherited Members

Protected Member Functions inherited from MR.Const_MakeSignedByWindingNumberSettings
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_MakeSignedByWindingNumberSettings
unsafe MR.AffineXf3f__ref_storage_meshToGridXf
unsafe float * __ref_storage_windingNumberThreshold
unsafe float * __ref_storage_windingNumberBeta

Detailed Description

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

Constructor & Destructor Documentation

◆ MakeSignedByWindingNumberSettings() [1/5]

unsafe MR.MakeSignedByWindingNumberSettings.MakeSignedByWindingNumberSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ MakeSignedByWindingNumberSettings() [2/5]

unsafe MR.MakeSignedByWindingNumberSettings.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.

◆ MakeSignedByWindingNumberSettings() [3/5]

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

◆ MakeSignedByWindingNumberSettings() [4/5]

MR.MakeSignedByWindingNumberSettings.MakeSignedByWindingNumberSettings ( Const_MakeSignedByWindingNumberSettings _other)
inline

◆ MakeSignedByWindingNumberSettings() [5/5]

MR.MakeSignedByWindingNumberSettings.MakeSignedByWindingNumberSettings ( MakeSignedByWindingNumberSettings _other)
inline

Member Function Documentation

◆ assign()

unsafe MR.MakeSignedByWindingNumberSettings MR.MakeSignedByWindingNumberSettings.assign ( MR._ByValue_MakeSignedByWindingNumberSettings _other)
inline

Generated from method MR::MakeSignedByWindingNumberSettings::operator=.

Property Documentation

◆ fwn

new unsafe MR.Std.SharedPtr_MRIFastWindingNumber MR.MakeSignedByWindingNumberSettings.fwn
getprotected set

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

◆ meshToGridXf

new unsafe ref MR.AffineXf3f MR.MakeSignedByWindingNumberSettings.meshToGridXf
get

defines the mapping from mesh reference from to grid reference frame

◆ progress

new unsafe MR.Std.Function_Bool_From_Float MR.MakeSignedByWindingNumberSettings.progress
getprotected set

to report algorithm's progress and to cancel it

◆ windingNumberBeta

new unsafe ref float MR.MakeSignedByWindingNumberSettings.windingNumberBeta
get

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

◆ windingNumberThreshold

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