18 #ifndef itkImageToImageFilterCommon_h
19 #define itkImageToImageFilterCommon_h
21 #include "ITKCommonExport.h"
41 static void SetGlobalDefaultCoordinateTolerance(
double);
42 static double GetGlobalDefaultCoordinateTolerance();
43 static void SetGlobalDefaultDirectionTolerance(
double);
44 static double GetGlobalDefaultDirectionTolerance();
Secondary base class of ImageToImageFilter common between templates.