19 #ifndef itkVTKImageToImageFilter_h
20 #define itkVTKImageToImageFilter_h
23 #include "vtkImageExport.h"
24 #include "vtkImageData.h"
25 #include "vtkSmartPointer.h"
27 #ifndef vtkFloatingPointType
28 #define vtkFloatingPointType float
46 template <
typename TOutputImage >
69 void SetInput( vtkImageData * );
70 using Superclass::SetInput;
75 vtkImageExport * GetExporter()
const;
95 #ifndef ITK_MANUAL_INSTANTIATION
96 #include "itkVTKImageToImageFilter.hxx"
typename OutputImageType::Pointer OutputImagePointer
Connect the end of an VTK pipeline to an ITK image pipeline.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
Converts a VTK image into an ITK image and plugs a VTK data pipeline to an ITK datapipeline.
vtkSmartPointer< vtkImageExport > ImageExportPointer
TOutputImage OutputImageType
ImageExportPointer m_Exporter