22 #ifndef __itkVectorImageToImageFilter_h_
23 #define __itkVectorImageToImageFilter_h_
25 #include "itkImageToImageFilter.h"
26 #include "itkVectorImage.h"
35 template<
class TPixelType >
37 public ImageToImageFilter< VectorImage < TPixelType, 3 >, Image < TPixelType, 3 > >
45 typedef ImageToImageFilter< VectorImage < TPixelType, 3 >, Image < TPixelType, 3 > >
Superclass;
48 itkFactorylessNewMacro(Self)
58 itkSetMacro(
Index,
unsigned int)
61 VectorImageToImageFilter();
62 ~VectorImageToImageFilter() {}
63 void PrintSelf(std::ostream& os, Indent indent)
const;
73 #ifndef ITK_MANUAL_INSTANTIATION
77 #endif //__itkVectorImageToImageFilter_h_
Superclass::InputImageType InputImageType
void PrintSelf(std::ostream &os, Indent indent) const
VectorImageToImageFilter Self
Superclass::OutputImageRegionType OutputImageRegionType
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
ImageToImageFilter< VectorImage< TPixelType, 3 >, Image< TPixelType, 3 > > Superclass
virtual void GenerateData()
Superclass::OutputImageType OutputImageType
This class extracts an image out of a vectorimage.