#include <MRClosestWeightedPoint.h>
Public Attributes | |
float | minBidirDist = -FLT_MAX |
float | maxBidirDist = FLT_MAX |
find the closest point only if weighted bidirectional distance to it is less than given value | |
![]() | |
VertMetric | pointWeight |
function returning the weight of each point, must be set by the user | |
float | maxWeight = 0 |
float | maxWeightGrad = FLT_MAX |
bool | bidirectionalMode = true |
float MR::DistanceFromWeightedPointsComputeParams::maxBidirDist = FLT_MAX |
find the closest point only if weighted bidirectional distance to it is less than given value
float MR::DistanceFromWeightedPointsComputeParams::minBidirDist = -FLT_MAX |
stop searching as soon as any point within this weighted distance is found, ignored if bidirectionalMode=false, because in one-directional mode, weighted distance approximation not only decreases