57 #ifndef __itkVTKImageToImageFilter_h
58 #define __itkVTKImageToImageFilter_h
60 #include "itkVTKImageImport.h"
61 #include "vtkImageExport.h"
62 #include "vtkImageData.h"
64 #ifndef vtkFloatingPointType
65 #define vtkFloatingPointType float
82 template<
class TOutputImage >
109 void SetInput(vtkImageData *);
114 vtkImageExport * GetExporter()
const;
129 void operator=(
const Self &);
136 #ifndef ITK_MANUAL_INSTANTIATION
137 #include "itkVTKImageToImageFilter.txx"