#include <MRClosestWeightedPoint.h>
Public Attributes | |
float | minDistance = 0 |
stop searching as soon as any point within this distance is found | |
float | maxDistance = FLT_MAX |
find the closest point only if the 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 |
float MR::DistanceFromWeightedPointsComputeParams::maxDistance = FLT_MAX |
find the closest point only if the distance to it is less than given value
float MR::DistanceFromWeightedPointsComputeParams::minDistance = 0 |
stop searching as soon as any point within this distance is found