Generated from class MR.DistanceFromWeightedPointsComputeParams. Base classes: Direct: (non-virtual) MR.DistanceFromWeightedPointsParams This is the non-const half of the class.
More...
|
| new unsafe ref float | minBidirDist [get] |
| |
| new unsafe ref float | maxBidirDist [get] |
| | find the closest point only if weighted bidirectional distance to it is less than given value
|
| |
| new unsafe MR.Std.Function_FloatFuncFromMRVertId | pointWeight [get, protected set] |
| | function returning the weight of each point, must be set by the user
|
| |
| new unsafe ref float | minWeight [get] |
| |
| new unsafe ref float | maxWeight [get] |
| |
| new unsafe ref float | maxWeightGrad [get] |
| |
| new unsafe ref bool | bidirectionalMode [get] |
| |
Generated from class MR.DistanceFromWeightedPointsComputeParams. Base classes: Direct: (non-virtual) MR.DistanceFromWeightedPointsParams This is the non-const half of the class.
◆ DistanceFromWeightedPointsComputeParams() [1/4]
| unsafe MR.DistanceFromWeightedPointsComputeParams.DistanceFromWeightedPointsComputeParams |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ DistanceFromWeightedPointsComputeParams() [2/4]
| unsafe MR.DistanceFromWeightedPointsComputeParams.DistanceFromWeightedPointsComputeParams |
( |
MR._ByValue_DistanceFromWeightedPointsComputeParams | _other | ) |
|
|
inline |
Generated from constructor MR.DistanceFromWeightedPointsComputeParams.DistanceFromWeightedPointsComputeParams.
◆ DistanceFromWeightedPointsComputeParams() [3/4]
| MR.DistanceFromWeightedPointsComputeParams.DistanceFromWeightedPointsComputeParams |
( |
Const_DistanceFromWeightedPointsComputeParams | _other | ) |
|
|
inline |
Generated from constructor MR.DistanceFromWeightedPointsComputeParams.DistanceFromWeightedPointsComputeParams.
◆ DistanceFromWeightedPointsComputeParams() [4/4]
Generated from constructor MR.DistanceFromWeightedPointsComputeParams.DistanceFromWeightedPointsComputeParams.
◆ assign()
Generated from method MR.DistanceFromWeightedPointsComputeParams.operator=.
◆ operator MR.DistanceFromWeightedPointsParams()
◆ bidirectionalMode
| new unsafe ref bool MR.DistanceFromWeightedPointsComputeParams.bidirectionalMode |
|
get |
for points, it must always true; for triangles: if true the distances grow in both directions from each triangle, reaching minimum in the triangle; if false the distances grow to infinity in the direction of triangle's normals, and decrease to minus infinity in the opposite direction
◆ maxBidirDist
| new unsafe ref float MR.DistanceFromWeightedPointsComputeParams.maxBidirDist |
|
get |
find the closest point only if weighted bidirectional distance to it is less than given value
◆ maxWeight
| new unsafe ref float MR.DistanceFromWeightedPointsComputeParams.maxWeight |
|
get |
maximal weight among all points in the cloud; if this value is imprecise, then more computations will be made by algorithm
◆ maxWeightGrad
| new unsafe ref float MR.DistanceFromWeightedPointsComputeParams.maxWeightGrad |
|
get |
maximal magnitude of gradient of points' weight in the cloud, >=0; if maxWeightGrad < 1 then more search optimizations can be done
◆ minBidirDist
| new unsafe ref float MR.DistanceFromWeightedPointsComputeParams.minBidirDist |
|
get |
◆ minWeight
| new unsafe ref float MR.DistanceFromWeightedPointsComputeParams.minWeight |
|
get |
minimal weight among all points in the cloud; if this value is imprecise, then more computations will be made by algorithm
◆ pointWeight
| new unsafe MR.Std.Function_FloatFuncFromMRVertId MR.DistanceFromWeightedPointsComputeParams.pointWeight |
|
getprotected set |
function returning the weight of each point, must be set by the user
The documentation for this class was generated from the following file: