67 #ifndef vtkHausdorffDistancePointSetFilter_h
68 #define vtkHausdorffDistancePointSetFilter_h
70 #include "vtkFiltersModelingModule.h"
89 vtkGetVector2Macro(RelativeDistance,
double);
96 vtkGetMacro(HausdorffDistance,
double);
114 vtkSetMacro(TargetDistanceMethod,
int);
115 vtkGetMacro(TargetDistanceMethod,
int);
118 const char* GetTargetDistanceMethodAsString();
129 double RelativeDistance[2];
140 return "PointToPoint";
144 return "PointToCell";
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void SetTargetDistanceMethodToPointToPoint()
Specify the strategy for computing the distance.
const char * GetTargetDistanceMethodAsString()
Specify the strategy for computing the distance.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Compute Hausdorff distance between two point sets.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void SetTargetDistanceMethodToPointToCell()
Specify the strategy for computing the distance.
a simple class to control print indentation
Superclass for algorithms that produce output of the same type as input.
int TargetDistanceMethod
point-to-point if 0, point-to-cell if 1
double HausdorffDistance
hausdorff distance (max(relative distance))
static vtkPointSetAlgorithm * New()