25 #ifndef __itkVTKImageToImageFilter_h
26 #define __itkVTKImageToImageFilter_h
29 #include "itkVTKImageImport.h"
32 #include "vtkImageExport.h"
33 #include "vtkImageData.h"
34 #include "vtkSmartPointer.h"
36 #ifndef vtkFloatingPointType
37 #define vtkFloatingPointType float
55 template <
class TOutputImage >
82 void SetInput( vtkSmartPointer<vtkImageData> );
87 vtkSmartPointer<vtkImageExport> GetExporter()
const;
103 void operator=(
const Self&);
112 #ifndef ITK_MANUAL_INSTANTIATION
113 #include "itkVTKImageToImageFilter.txx"