19 #ifndef itkImageToRGBVTKImageFilter_h
20 #define itkImageToRGBVTKImageFilter_h
23 #include "vtkSmartPointer.h"
24 #include "vtkImageData.h"
33 template<
typename TInputImage >
60 vtkSmartPointer< vtkImageData > GetOutput()
const;
63 using Superclass::SetInput;
81 #ifndef ITK_MANUAL_INSTANTIATION
82 #include "itkImageToRGBVTKImageFilter.hxx"
InputImageType::SpacingType InputSpacingType
TInputImage InputImageType
InputImagePointer m_Input
Light weight base class for most itk classes.
InputImageType::RegionType InputRegionType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
InputImageType::PixelType InputPixelType
SmartPointer< const Self > ConstPointer
InputImageType::IndexType InputIndexType
InputImageType::ConstPointer InputImagePointer
InputImageType::SizeType InputSizeType
Converts an ITK image into a VTK image.
SmartPointer< Self > Pointer
ImageBaseType::SizeType SizeType
vtkSmartPointer< vtkImageData > m_Output
ImageToRGBVTKImageFilter Self
ImageBaseType::IndexType IndexType