58 #ifndef __itkImageToVTKImageFilter_h
59 #define __itkImageToVTKImageFilter_h
61 #include "itkVTKImageExport.h"
62 #include "vtkImageImport.h"
63 #include "vtkImageData.h"
79 template<
class TInputImage >
103 vtkImageData * GetOutput()
const;
111 vtkImageImport * GetImporter()
const;
126 void operator=(
const Self &);
133 #ifndef ITK_MANUAL_INSTANTIATION
134 #include "itkImageToVTKImageFilter.txx"
SmartPointer< const Self > ConstPointer
vtkImageImport * m_Importer
InputImageType::ConstPointer InputImagePointer
SmartPointer< Self > Pointer
ImageToVTKImageFilter Self
ExporterFilterType::Pointer ExporterFilterPointer
VTKImageExport< InputImageType > ExporterFilterType
Converts an ITK image into a VTK image and plugs a itk data pipeline to a VTK datapipeline.
ExporterFilterPointer m_Exporter
TInputImage InputImageType