Generated from class MR.PointCloudRelaxParams. Base classes: Direct: (non-virtual) MR.RelaxParams Derived classes: Direct: (non-virtual) MR.PointCloudApproxRelaxParams This is the non-const half of the class.
More...
|
| new unsafe ref float | neighborhoodRadius [get] |
| |
| 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.PointCloudRelaxParams. Base classes: Direct: (non-virtual) MR.RelaxParams Derived classes: Direct: (non-virtual) MR.PointCloudApproxRelaxParams This is the non-const half of the class.
◆ PointCloudRelaxParams() [1/3]
| unsafe MR.PointCloudRelaxParams.PointCloudRelaxParams |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ PointCloudRelaxParams() [2/3]
| unsafe MR.PointCloudRelaxParams.PointCloudRelaxParams |
( |
MR.Const_PointCloudRelaxParams | _other | ) |
|
|
inline |
Generated from constructor MR.PointCloudRelaxParams.PointCloudRelaxParams.
◆ PointCloudRelaxParams() [3/3]
Generated from constructor MR.PointCloudRelaxParams.PointCloudRelaxParams.
◆ assign()
Generated from method MR.PointCloudRelaxParams.operator=.
◆ operator MR.RelaxParams()
◆ force
| new unsafe ref float MR.PointCloudRelaxParams.force |
|
get |
speed of relaxing, typical values (0.0, 0.5]
◆ iterations
| new unsafe ref int MR.PointCloudRelaxParams.iterations |
|
get |
◆ limitNearInitial
| new unsafe ref bool MR.PointCloudRelaxParams.limitNearInitial |
|
get |
if true then maximal displacement of each point during denoising will be limited
◆ maxInitialDist
| new unsafe ref float MR.PointCloudRelaxParams.maxInitialDist |
|
get |
maximum distance between a point and its position before relaxation, ignored if limitNearInitial = false
◆ neighborhoodRadius
| new unsafe ref float MR.PointCloudRelaxParams.neighborhoodRadius |
|
get |
radius to find neighbors in, 0.0 - default, 0.1*boundibg box diagonal
◆ region
| new unsafe MR.? Const_VertBitSet MR.PointCloudRelaxParams.region |
|
getset |
The documentation for this class was generated from the following file: