Generated from class MR.DoubleOffsetSettings. This is the non-const half of the class.
More...
|
| new unsafe ref float | voxelSize [get] |
| | the size of voxel in intermediate voxel grid representation
|
| |
| new unsafe ref float | offsetA [get] |
| | the amount of first offset
|
| |
| new unsafe ref float | offsetB [get] |
| | the amount of second offset
|
| |
| new unsafe ref float | adaptivity [get] |
| | in [0; 1] - ratio of combining small triangles into bigger ones (curvature can be lost on high values)
|
| |
| new unsafe MR.IFastWindingNumber | 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] |
| |
| 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_BoolFuncFromFloat | progress [get, protected set] |
| | to report algorithm's progress and to cancel it
|
| |
Generated from class MR.DoubleOffsetSettings. This is the non-const half of the class.
◆ DoubleOffsetSettings() [1/5]
| unsafe MR.DoubleOffsetSettings.DoubleOffsetSettings |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ DoubleOffsetSettings() [2/5]
| unsafe MR.DoubleOffsetSettings.DoubleOffsetSettings |
( |
float | voxelSize, |
|
|
float | offsetA, |
|
|
float | offsetB, |
|
|
float | adaptivity, |
|
|
MR._ByValueShared_IFastWindingNumber | fwn, |
|
|
float | windingNumberThreshold, |
|
|
float | windingNumberBeta, |
|
|
MR.Std._ByValue_Function_BoolFuncFromFloat | progress ) |
|
inline |
◆ DoubleOffsetSettings() [3/5]
| unsafe MR.DoubleOffsetSettings.DoubleOffsetSettings |
( |
MR._ByValue_DoubleOffsetSettings | _other | ) |
|
|
inline |
Generated from constructor MR.DoubleOffsetSettings.DoubleOffsetSettings.
◆ DoubleOffsetSettings() [4/5]
| MR.DoubleOffsetSettings.DoubleOffsetSettings |
( |
Const_DoubleOffsetSettings | _other | ) |
|
|
inline |
Generated from constructor MR.DoubleOffsetSettings.DoubleOffsetSettings.
◆ DoubleOffsetSettings() [5/5]
Generated from constructor MR.DoubleOffsetSettings.DoubleOffsetSettings.
◆ assign()
Generated from method MR.DoubleOffsetSettings.operator=.
◆ adaptivity
| new unsafe ref float MR.DoubleOffsetSettings.adaptivity |
|
get |
in [0; 1] - ratio of combining small triangles into bigger ones (curvature can be lost on high values)
◆ fwn
◆ offsetA
| new unsafe ref float MR.DoubleOffsetSettings.offsetA |
|
get |
the amount of first offset
◆ offsetB
| new unsafe ref float MR.DoubleOffsetSettings.offsetB |
|
get |
the amount of second offset
◆ progress
| new unsafe MR.Std.Function_BoolFuncFromFloat MR.DoubleOffsetSettings.progress |
|
getprotected set |
to report algorithm's progress and to cancel it
◆ voxelSize
| new unsafe ref float MR.DoubleOffsetSettings.voxelSize |
|
get |
the size of voxel in intermediate voxel grid representation
◆ windingNumberBeta
| new unsafe ref float MR.DoubleOffsetSettings.windingNumberBeta |
|
get |
determines the precision of fast approximation: the more the better, minimum value is 1
◆ windingNumberThreshold
| new unsafe ref float MR.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: