|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   64 #ifndef vtkHausdorffDistancePointSetFilter_h 
   65 #define vtkHausdorffDistancePointSetFilter_h 
   67 #include "vtkFiltersModelingModule.h"  
   86   vtkGetVector2Macro(RelativeDistance, 
double);
 
   93   vtkGetMacro(HausdorffDistance, 
double);
 
  111   vtkSetMacro(TargetDistanceMethod, 
int);
 
  112   vtkGetMacro(TargetDistanceMethod, 
int);
 
  115   const char* GetTargetDistanceMethodAsString();
 
  126   double RelativeDistance[2]; 
 
  137     return "PointToPoint";
 
  141     return "PointToCell";
 
  
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))
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
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()
void SetTargetDistanceMethodToPointToPoint()
static vtkPointSetAlgorithm * New()
const char * GetTargetDistanceMethodAsString()