30 #ifndef vtkHausdorffDistancePointSetFilter_h
31 #define vtkHausdorffDistancePointSetFilter_h
33 #include "vtkFiltersModelingModule.h"
36 VTK_ABI_NAMESPACE_BEGIN
53 vtkGetVector2Macro(RelativeDistance,
double);
60 vtkGetMacro(HausdorffDistance,
double);
78 vtkSetMacro(TargetDistanceMethod,
int);
79 vtkGetMacro(TargetDistanceMethod,
int);
82 const char* GetTargetDistanceMethodAsString();
93 double RelativeDistance[2];
104 return "PointToPoint";
108 return "PointToCell";
111 VTK_ABI_NAMESPACE_END
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()