Generated from class MR.DistanceFromWeightedPointsParams. Derived classes: Direct: (non-virtual) MR.DistanceFromWeightedPointsComputeParams This is the non-const half of the class.
More...
|
| 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.DistanceFromWeightedPointsParams. Derived classes: Direct: (non-virtual) MR.DistanceFromWeightedPointsComputeParams This is the non-const half of the class.
◆ DistanceFromWeightedPointsParams() [1/5]
| unsafe MR.DistanceFromWeightedPointsParams.DistanceFromWeightedPointsParams |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ DistanceFromWeightedPointsParams() [2/5]
| unsafe MR.DistanceFromWeightedPointsParams.DistanceFromWeightedPointsParams |
( |
MR.Std._ByValue_Function_FloatFuncFromMRVertId | pointWeight, |
|
|
float | minWeight, |
|
|
float | maxWeight, |
|
|
float | maxWeightGrad, |
|
|
bool | bidirectionalMode ) |
|
inline |
◆ DistanceFromWeightedPointsParams() [3/5]
| unsafe MR.DistanceFromWeightedPointsParams.DistanceFromWeightedPointsParams |
( |
MR._ByValue_DistanceFromWeightedPointsParams | _other | ) |
|
|
inline |
Generated from constructor MR.DistanceFromWeightedPointsParams.DistanceFromWeightedPointsParams.
◆ DistanceFromWeightedPointsParams() [4/5]
| MR.DistanceFromWeightedPointsParams.DistanceFromWeightedPointsParams |
( |
Const_DistanceFromWeightedPointsParams | _other | ) |
|
|
inline |
Generated from constructor MR.DistanceFromWeightedPointsParams.DistanceFromWeightedPointsParams.
◆ DistanceFromWeightedPointsParams() [5/5]
Generated from constructor MR.DistanceFromWeightedPointsParams.DistanceFromWeightedPointsParams.
◆ assign()
Generated from method MR.DistanceFromWeightedPointsParams.operator=.
◆ bidirectionalMode
| new unsafe ref bool MR.DistanceFromWeightedPointsParams.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
◆ maxWeight
| new unsafe ref float MR.DistanceFromWeightedPointsParams.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.DistanceFromWeightedPointsParams.maxWeightGrad |
|
get |
maximal magnitude of gradient of points' weight in the cloud, >=0; if maxWeightGrad < 1 then more search optimizations can be done
◆ minWeight
| new unsafe ref float MR.DistanceFromWeightedPointsParams.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.DistanceFromWeightedPointsParams.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: