21 #ifndef otbImageListToImageFilter_h
22 #define otbImageListToImageFilter_h
24 #include "itkImageSource.h"
39 template <
class TInputImage,
class TOutputImage>
60 typedef typename InputImageType::SizeType
SizeType;
61 typedef typename InputImageType::ValueType
ValueType;
70 itkStaticConstMacro(InputImageDimension,
unsigned int, TInputImage::ImageDimension);
73 using Superclass::SetInput;
88 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
95 #ifndef OTB_MANUAL_INSTANTIATION
Base class for all the filters taking an images list as input to produce an image.
InputImageType::SizeType SizeType
virtual void SetInput(const InputImageListType *image)
itk::ImageSource< TOutputImage > Superclass
itk::SmartPointer< const Self > ConstPointer
InputImageType::PixelType InputImagePixelType
InputImageType::RegionType InputImageRegionType
void operator=(const Self &)=delete
InputImageType::ConstPointer InputImagePointer
OutputImageType::Pointer OutputImagePointerType
ImageListToImageFilter(const Self &)=delete
InputImageType::ValueType ValueType
InputImageListType * GetInput(void)
InputImageListType::ConstPointer InputImageListConstPointerType
void PrintSelf(std::ostream &os, itk::Indent indent) const override
ImageListToImageFilter Self
Superclass::OutputImageType OutputImageType
ImageList< InputImageType > InputImageListType
itk::SmartPointer< Self > Pointer
TInputImage InputImageType
~ImageListToImageFilter() override
This class represent a list of images.
itk::SmartPointer< const Self > ConstPointer
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.