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
58 template <
class TOutputImage >
85 void SetInput( vtkSmartPointer<vtkImageData> );
90 vtkSmartPointer<vtkImageExport> GetExporter()
const;
106 void operator=(
const Self&);
115 #ifndef ITK_MANUAL_INSTANTIATION
116 #include "itkVTKImageToImageFilter.txx"
vtkSmartPointer< vtkImageExport > m_Exporter
Definition: itkVTKImageToImageFilter.h:109
SmartPointer< const Self > ConstPointer
Definition: itkVTKImageToImageFilter.h:66
ImporterFilterType::Pointer ImporterFilterPointer
Definition: itkVTKImageToImageFilter.h:78
VTKImageImport< OutputImageType > ImporterFilterType
Definition: itkVTKImageToImageFilter.h:77
ImporterFilterPointer m_Importer
Definition: itkVTKImageToImageFilter.h:108
Converts a VTK image into an ITK image and plugs a vtk data pipeline to an ITK datapipeline.
Definition: itkVTKImageToImageFilter.h:59
ProcessObject Superclass
Definition: itkVTKImageToImageFilter.h:64
OutputImageType::ConstPointer OutputImagePointer
Definition: itkVTKImageToImageFilter.h:76
TOutputImage OutputImageType
Some typedefs.
Definition: itkVTKImageToImageFilter.h:75
VTKImageToImageFilter Self
Standard class typedefs.
Definition: itkVTKImageToImageFilter.h:63
SmartPointer< Self > Pointer
Definition: itkVTKImageToImageFilter.h:65