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"
ImporterFilterType::Pointer ImporterFilterPointer
SmartPointer< Self > Pointer
VTKImageImport< OutputImageType > ImporterFilterType
ImporterFilterPointer m_Importer
Converts a VTK image into an ITK image and plugs a vtk data pipeline to an ITK datapipeline.
vtkImageExport * m_Exporter
OutputImageType::ConstPointer OutputImagePointer
TOutputImage OutputImageType
VTKImageToImageFilter Self
SmartPointer< const Self > ConstPointer