|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkImageToVTKImageFilter_h
19 #define itkImageToVTKImageFilter_h
22 #include "vtkImageImport.h"
23 #include "vtkImageData.h"
46 template <
typename TInputImage>
77 using Superclass::SetInput;
102 UpdateLargestPossibleRegion()
override;
115 #ifndef ITK_MANUAL_INSTANTIATION
116 # include "itkImageToVTKImageFilter.hxx"
TInputImage InputImageType
typename ExporterFilterType::Pointer ExporterFilterPointer
Light weight base class for most itk classes.
Connect the end of an ITK image pipeline to a VTK pipeline.
Converts an ITK image into a VTK image and plugs a itk data pipeline to a VTK datapipeline.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
class ITK_FORWARD_EXPORT ProcessObject
typename InputImageType::ConstPointer InputImagePointer
ExporterFilterPointer m_Exporter
vtkImageImport * m_Importer