|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
19 #ifndef itkVTKImageToImageFilter_h
20 #define itkVTKImageToImageFilter_h
23 #include "vtkImageExport.h"
24 #include "vtkImageData.h"
25 #include "vtkSmartPointer.h"
27 #ifndef vtkFloatingPointType
28 # define vtkFloatingPointType float
50 template <
typename TOutputImage>
74 SetInput(vtkImageData *);
75 using Superclass::SetInput;
101 #ifndef ITK_MANUAL_INSTANTIATION
102 # include "itkVTKImageToImageFilter.hxx"
typename OutputImageType::Pointer OutputImagePointer
ImageExportPointer m_Exporter
Base class for all process objects that output image data.
Connect the end of an VTK pipeline to an ITK image pipeline.
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...
Converts a VTK image into an ITK image and plugs a VTK data pipeline to an ITK datapipeline.
TOutputImage OutputImageType
vtkSmartPointer< vtkImageExport > ImageExportPointer