Generated from class MR.RelaxParams. Derived classes: Direct: (non-virtual) MR.MeshRelaxParams MR.PointCloudRelaxParams Indirect: (non-virtual) MR.MeshApproxRelaxParams MR.MeshEqualizeTriAreasParams MR.PointCloudApproxRelaxParams This is the non-const half of the class.
More...
|
| unsafe | RelaxParams () |
| | Constructs an empty (default-constructed) instance.
|
| |
| unsafe | RelaxParams (MR.Const_RelaxParams _other) |
| | Generated from constructor MR.RelaxParams.RelaxParams.
|
| |
| | RelaxParams (RelaxParams _other) |
| | Generated from constructor MR.RelaxParams.RelaxParams.
|
| |
| unsafe MR.RelaxParams | assign (MR.Const_RelaxParams _other) |
| | Generated from method MR.RelaxParams.operator=.
|
| |
|
| new unsafe ref int | iterations [get] |
| | number of iterations
|
| |
| new unsafe MR.? Const_VertBitSet | region [get, set] |
| | region to relax
|
| |
| new unsafe ref float | force [get] |
| | speed of relaxing, typical values (0.0, 0.5]
|
| |
| new unsafe ref bool | limitNearInitial [get] |
| | if true then maximal displacement of each point during denoising will be limited
|
| |
| new unsafe ref float | maxInitialDist [get] |
| | maximum distance between a point and its position before relaxation, ignored if limitNearInitial = false
|
| |
◆ RelaxParams() [1/3]
| unsafe MR.RelaxParams.RelaxParams |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ RelaxParams() [2/3]
| unsafe MR.RelaxParams.RelaxParams |
( |
MR.Const_RelaxParams | _other | ) |
|
|
inline |
Generated from constructor MR.RelaxParams.RelaxParams.
◆ RelaxParams() [3/3]
Generated from constructor MR.RelaxParams.RelaxParams.
◆ assign()
| unsafe MR.RelaxParams MR.RelaxParams.assign |
( |
MR.Const_RelaxParams | _other | ) |
|
|
inline |
Generated from method MR.RelaxParams.operator=.
◆ force
| new unsafe ref float MR.RelaxParams.force |
|
get |
speed of relaxing, typical values (0.0, 0.5]
◆ iterations
| new unsafe ref int MR.RelaxParams.iterations |
|
get |
◆ limitNearInitial
| new unsafe ref bool MR.RelaxParams.limitNearInitial |
|
get |
if true then maximal displacement of each point during denoising will be limited
◆ maxInitialDist
| new unsafe ref float MR.RelaxParams.maxInitialDist |
|
get |
maximum distance between a point and its position before relaxation, ignored if limitNearInitial = false
◆ region
| new unsafe MR.? Const_VertBitSet MR.RelaxParams.region |
|
getset |
The documentation for this class was generated from the following file: