Generated from class MR.MakeSignedByWindingNumberSettings. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| 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
|
Generated from class MR.MakeSignedByWindingNumberSettings. This is the const half of the class.
◆ 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 |
◆ Const_MakeSignedByWindingNumberSettings() [3/5]
| unsafe MR.Const_MakeSignedByWindingNumberSettings.Const_MakeSignedByWindingNumberSettings |
( |
MR._ByValue_MakeSignedByWindingNumberSettings | _other | ) |
|
|
inline |
◆ Const_MakeSignedByWindingNumberSettings() [4/5]
◆ Const_MakeSignedByWindingNumberSettings() [5/5]
◆ Dispose() [1/2]
| virtual void MR.Const_MakeSignedByWindingNumberSettings.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_MakeSignedByWindingNumberSettings.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __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 |
◆ fwn
| unsafe MR.Std.Const_SharedPtr_MRIFastWindingNumber MR.Const_MakeSignedByWindingNumberSettings.fwn |
|
getprotected set |
◆ 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: