Generated from class MR.DistanceFromWeightedPointsComputeParams. Base classes: Direct: (non-virtual) MR.DistanceFromWeightedPointsParams This is the const half of the class.
More...
|
|
virtual void | Dispose () |
| |
|
unsafe | Const_DistanceFromWeightedPointsComputeParams () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_DistanceFromWeightedPointsComputeParams (MR._ByValue_DistanceFromWeightedPointsComputeParams _other) |
| | Generated from constructor MR.DistanceFromWeightedPointsComputeParams.DistanceFromWeightedPointsComputeParams.
|
| |
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
unsafe float | minBidirDist [get] |
| |
|
unsafe float | maxBidirDist [get] |
| | find the closest point only if weighted bidirectional distance to it is less than given value
|
| |
|
unsafe MR.Std.Const_Function_FloatFuncFromMRVertId | pointWeight [get] |
| | function returning the weight of each point, must be set by the user
|
| |
| unsafe float | minWeight [get] |
| |
| unsafe float | maxWeight [get] |
| |
| unsafe float | maxWeightGrad [get] |
| |
| unsafe bool | bidirectionalMode [get] |
| |
|
virtual bool | _IsOwning [get] |
| | Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
|
| |
Generated from class MR.DistanceFromWeightedPointsComputeParams. Base classes: Direct: (non-virtual) MR.DistanceFromWeightedPointsParams This is the const half of the class.
◆ bidirectionalMode
| unsafe bool MR.Const_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
◆ maxWeight
| unsafe float MR.Const_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
| unsafe float MR.Const_DistanceFromWeightedPointsComputeParams.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_DistanceFromWeightedPointsComputeParams.minWeight |
|
get |
minimal weight among all points in the cloud; if this value is imprecise, then more computations will be made by algorithm
The documentation for this class was generated from the following file:
- MRClosestWeightedPoint.cs