18 #ifndef itkImageToVTKImageFilter_h
19 #define itkImageToVTKImageFilter_h
22 #include "vtkImageImport.h"
23 #include "vtkImageData.h"
45 template <
typename TInputImage >
70 vtkImageData * GetOutput()
const;
73 using Superclass::SetInput;
81 vtkImageImport * GetImporter()
const;
89 virtual void Update() ITK_OVERRIDE;
92 virtual
void UpdateLargestPossibleRegion() ITK_OVERRIDE;
96 virtual ~ImageToVTKImageFilter();
99 ITK_DISALLOW_COPY_AND_ASSIGN(ImageToVTKImageFilter);
102 vtkImageImport * m_Importer;
107 #ifndef ITK_MANUAL_INSTANTIATION
108 #include "itkImageToVTKImageFilter.hxx"
Connect the end of an ITK image pipeline to a VTK pipeline.
Light weight base class for most itk classes.
VTKImageExport< InputImageType > ExporterFilterType
InputImageType::ConstPointer InputImagePointer
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
SmartPointer< const Self > ConstPointer
ImageToVTKImageFilter Self
SmartPointer< Self > Pointer
ExporterFilterType::Pointer ExporterFilterPointer
Converts an ITK image into a VTK image and plugs a itk data pipeline to a VTK datapipeline.
TInputImage InputImageType