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;
82 #ifndef ITK_MANUAL_INSTANTIATION
83 #include "itkImageToRGBVTKImageFilter.hxx"
InputImageType::SpacingType InputSpacingType
TInputImage InputImageType
InputImagePointer m_Input
Light weight base class for most itk classes.
ImageToRGBVTKImageFilter()
InputImageType::RegionType InputRegionType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
void SetInput(const InputImageType *)
InputImageType::PixelType InputPixelType
SmartPointer< const Self > ConstPointer
void operator=(const Self &)
vtkSmartPointer< vtkImageData > GetOutput() const
virtual void SetInput(const DataObjectIdentifierType &key, DataObject *input)
Protected method for setting indexed and named inputs.
InputImageType::IndexType InputIndexType
InputImageType::ConstPointer InputImagePointer
InputImageType::SizeType InputSizeType
virtual ~ImageToRGBVTKImageFilter()
Converts an ITK image into a VTK image.
SmartPointer< Self > Pointer
vtkSmartPointer< vtkImageData > m_Output
ImageToRGBVTKImageFilter Self