18 #ifndef itkImageToVTKImageFilter_h
19 #define itkImageToVTKImageFilter_h
22 #include "vtkImageImport.h"
23 #include "vtkImageData.h"
45 template <
typename TInputImage >
72 vtkImageData * GetOutput()
const;
75 using Superclass::SetInput;
83 vtkImageImport * GetImporter()
const;
91 void Update()
override;
94 void UpdateLargestPossibleRegion()
override;
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.
typename InputImageType::ConstPointer InputImagePointer
vtkImageImport * m_Importer
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
class ITK_FORWARD_EXPORT ProcessObject
Converts an ITK image into a VTK image and plugs a itk data pipeline to a VTK datapipeline.
typename ExporterFilterType::Pointer ExporterFilterPointer
ExporterFilterPointer m_Exporter
TInputImage InputImageType