Generated from class MR.MeshApproxRelaxParams. Base classes: Direct: (non-virtual) MR.MeshRelaxParams Indirect: (non-virtual) MR.RelaxParams This is the non-const half of the class.
More...
|
| new unsafe ref float | surfaceDilateRadius [get] |
| |
| new unsafe ref MR.RelaxApproxType | type [get] |
| |
| 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.MeshApproxRelaxParams. Base classes: Direct: (non-virtual) MR.MeshRelaxParams Indirect: (non-virtual) MR.RelaxParams This is the non-const half of the class.
◆ MeshApproxRelaxParams() [1/3]
| unsafe MR.MeshApproxRelaxParams.MeshApproxRelaxParams |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ MeshApproxRelaxParams() [2/3]
| unsafe MR.MeshApproxRelaxParams.MeshApproxRelaxParams |
( |
MR.Const_MeshApproxRelaxParams | _other | ) |
|
|
inline |
Generated from constructor MR.MeshApproxRelaxParams.MeshApproxRelaxParams.
◆ MeshApproxRelaxParams() [3/3]
Generated from constructor MR.MeshApproxRelaxParams.MeshApproxRelaxParams.
◆ assign()
Generated from method MR.MeshApproxRelaxParams.operator=.
◆ operator MR.MeshRelaxParams()
◆ operator MR.RelaxParams()
◆ force
| new unsafe ref float MR.MeshApproxRelaxParams.force |
|
get |
speed of relaxing, typical values (0.0, 0.5]
◆ hardSmoothTetrahedrons
| new unsafe ref bool MR.MeshApproxRelaxParams.hardSmoothTetrahedrons |
|
get |
move all region vertices with exactly three neighbor vertices in the center of the neighbors
◆ iterations
| new unsafe ref int MR.MeshApproxRelaxParams.iterations |
|
get |
◆ limitNearInitial
| new unsafe ref bool MR.MeshApproxRelaxParams.limitNearInitial |
|
get |
if true then maximal displacement of each point during denoising will be limited
◆ maxInitialDist
| new unsafe ref float MR.MeshApproxRelaxParams.maxInitialDist |
|
get |
maximum distance between a point and its position before relaxation, ignored if limitNearInitial = false
◆ region
| new unsafe MR.? Const_VertBitSet MR.MeshApproxRelaxParams.region |
|
getset |
◆ surfaceDilateRadius
| new unsafe ref float MR.MeshApproxRelaxParams.surfaceDilateRadius |
|
get |
radius to find neighbors by surface 0.0f - default = 1e-3 * sqrt(surface area)
◆ type
◆ weights
| new unsafe MR.? Const_VertScalars MR.MeshApproxRelaxParams.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: