Generated from class MR.DistanceFromWeightedPointsParams. Derived classes: Direct: (non-virtual) MR.DistanceFromWeightedPointsComputeParams This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| unsafe MR.Std.Const_Function_Float_From_MRVertId | pointWeight [get, protected set] |
| | function returning the weight of each point, must be set by the user
|
| unsafe float | minWeight [get] |
| | minimal weight among all points in the cloud; if this value is imprecise, then more computations will be made by algorithm
|
| unsafe float | maxWeight [get] |
| | maximal weight among all points in the cloud; if this value is imprecise, then more computations will be made by algorithm
|
| unsafe float | maxWeightGrad [get] |
| | maximal magnitude of gradient of points' weight in the cloud, >=0; if maxWeightGrad < 1 then more search optimizations can be done
|
| unsafe bool | 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
|
Generated from class MR.DistanceFromWeightedPointsParams. Derived classes: Direct: (non-virtual) MR.DistanceFromWeightedPointsComputeParams This is the const half of the class.
◆ Const_DistanceFromWeightedPointsParams() [1/5]
| unsafe MR.Const_DistanceFromWeightedPointsParams.Const_DistanceFromWeightedPointsParams |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_DistanceFromWeightedPointsParams() [2/5]
| unsafe MR.Const_DistanceFromWeightedPointsParams.Const_DistanceFromWeightedPointsParams |
( |
MR.Std._ByValue_Function_Float_From_MRVertId | pointWeight, |
|
|
float | minWeight, |
|
|
float | maxWeight, |
|
|
float | maxWeightGrad, |
|
|
bool | bidirectionalMode ) |
|
inline |
◆ Const_DistanceFromWeightedPointsParams() [3/5]
| unsafe MR.Const_DistanceFromWeightedPointsParams.Const_DistanceFromWeightedPointsParams |
( |
MR._ByValue_DistanceFromWeightedPointsParams | _other | ) |
|
|
inline |
◆ Const_DistanceFromWeightedPointsParams() [4/5]
◆ Const_DistanceFromWeightedPointsParams() [5/5]
◆ Dispose() [1/2]
| virtual void MR.Const_DistanceFromWeightedPointsParams.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_DistanceFromWeightedPointsParams.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __ref_storage_bidirectionalMode
| unsafe bool* MR.Const_DistanceFromWeightedPointsParams.__ref_storage_bidirectionalMode |
|
protected |
◆ __ref_storage_maxWeight
| unsafe float* MR.Const_DistanceFromWeightedPointsParams.__ref_storage_maxWeight |
|
protected |
◆ __ref_storage_maxWeightGrad
| unsafe float* MR.Const_DistanceFromWeightedPointsParams.__ref_storage_maxWeightGrad |
|
protected |
◆ __ref_storage_minWeight
| unsafe float* MR.Const_DistanceFromWeightedPointsParams.__ref_storage_minWeight |
|
protected |
◆ bidirectionalMode
| unsafe bool MR.Const_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
| unsafe float MR.Const_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
| unsafe float MR.Const_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
| unsafe float MR.Const_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
| unsafe MR.Std.Const_Function_Float_From_MRVertId MR.Const_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: