Generated from class MR.MakeSignedByWindingNumberSettings. This is the non-const half of the class.
More...
|
| 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
|
Generated from class MR.MakeSignedByWindingNumberSettings. This is the non-const half of the class.
◆ 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_BoolFuncFromFloat | progress ) |
|
inline |
◆ 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]
◆ assign()
Generated from method MR::MakeSignedByWindingNumberSettings::operator=.
◆ fwn
| new unsafe MR.Std.SharedPtr_MRIFastWindingNumber MR.MakeSignedByWindingNumberSettings.fwn |
|
getprotected set |
◆ 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: