67#ifndef vtkHausdorffDistancePointSetFilter_h
68#define vtkHausdorffDistancePointSetFilter_h
70#include "vtkFiltersModelingModule.h"
118 const char* GetTargetDistanceMethodAsString();
140 return "PointToPoint";
144 return "PointToCell";
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
double RelativeDistance[2]
relative distance between inputs
void SetTargetDistanceMethodToPointToCell()
Specify the strategy for computing the distance.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for construction, type and printing.
int TargetDistanceMethod
point-to-point if 0, point-to-cell if 1
vtkHausdorffDistancePointSetFilter()
~vtkHausdorffDistancePointSetFilter() override
static vtkHausdorffDistancePointSetFilter * New()
Standard methods for construction, type and printing.
double HausdorffDistance
hausdorff distance (max(relative distance))
virtual void SetTargetDistanceMethod(int)
Specify the strategy for computing the distance.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void SetTargetDistanceMethodToPointToPoint()
Specify the strategy for computing the distance.
const char * GetTargetDistanceMethodAsString()
Specify the strategy for computing the distance.
a simple class to control print indentation