#include <MRClosestWeightedPoint.h>
Inheritance diagram for MR::DistanceFromWeightedPointsComputeParams:Public Attributes | |
| float | minBidirDist = -FLT_MAX |
| float | maxBidirDist = FLT_MAX |
| default 0 here does not work for negative distances | |
Public Attributes inherited from MR::DistanceFromWeightedPointsParams | |
| VertMetric | pointWeight |
| function returning the weight of each point, must be set by the user | |
| float | minWeight = 0 |
| float | maxWeight = 0 |
| float | maxWeightGrad = FLT_MAX |
| bool | bidirectionalMode = true |