Generated from class MR.MeshRelaxParams. Base classes: Direct: (non-virtual) MR.RelaxParams Derived classes: Direct: (non-virtual) MR.MeshApproxRelaxParams MR.MeshEqualizeTriAreasParams This is the non-const half of the class.
More...
|
| unsafe | MeshRelaxParams () |
| | Constructs an empty (default-constructed) instance.
|
| |
| unsafe | MeshRelaxParams (MR.Const_MeshRelaxParams _other) |
| | Generated from constructor MR.MeshRelaxParams.MeshRelaxParams.
|
| |
| | MeshRelaxParams (MeshRelaxParams _other) |
| | Generated from constructor MR.MeshRelaxParams.MeshRelaxParams.
|
| |
| unsafe MR.MeshRelaxParams | assign (MR.Const_MeshRelaxParams _other) |
| | Generated from method MR.MeshRelaxParams.operator=.
|
| |
|
| new unsafe ref bool | hardSmoothTetrahedrons [get] |
| | move all region vertices with exactly three neighbor vertices in the center of the neighbors
|
| |
| new unsafe MR.? Const_VertScalars | weights [get, set] |
| | weight for each vertex. By default, all the vertices have equal weights.
|
| |
| 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
|
| |
Generated from class MR.MeshRelaxParams. Base classes: Direct: (non-virtual) MR.RelaxParams Derived classes: Direct: (non-virtual) MR.MeshApproxRelaxParams MR.MeshEqualizeTriAreasParams This is the non-const half of the class.
◆ MeshRelaxParams() [1/3]
| unsafe MR.MeshRelaxParams.MeshRelaxParams |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ MeshRelaxParams() [2/3]
| unsafe MR.MeshRelaxParams.MeshRelaxParams |
( |
MR.Const_MeshRelaxParams | _other | ) |
|
|
inline |
Generated from constructor MR.MeshRelaxParams.MeshRelaxParams.
◆ MeshRelaxParams() [3/3]
Generated from constructor MR.MeshRelaxParams.MeshRelaxParams.
◆ assign()
Generated from method MR.MeshRelaxParams.operator=.
◆ operator MR.RelaxParams()
◆ force
| new unsafe ref float MR.MeshRelaxParams.force |
|
get |
speed of relaxing, typical values (0.0, 0.5]
◆ hardSmoothTetrahedrons
| new unsafe ref bool MR.MeshRelaxParams.hardSmoothTetrahedrons |
|
get |
move all region vertices with exactly three neighbor vertices in the center of the neighbors
◆ iterations
| new unsafe ref int MR.MeshRelaxParams.iterations |
|
get |
◆ limitNearInitial
| new unsafe ref bool MR.MeshRelaxParams.limitNearInitial |
|
get |
if true then maximal displacement of each point during denoising will be limited
◆ maxInitialDist
| new unsafe ref float MR.MeshRelaxParams.maxInitialDist |
|
get |
maximum distance between a point and its position before relaxation, ignored if limitNearInitial = false
◆ region
| new unsafe MR.? Const_VertBitSet MR.MeshRelaxParams.region |
|
getset |
◆ weights
| new unsafe MR.? Const_VertScalars MR.MeshRelaxParams.weights |
|
getset |
weight for each vertex. By default, all the vertices have equal weights.
The documentation for this class was generated from the following file: