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;
92 void operator=(
const Self&) =
delete;
95 #ifndef OTB_MANUAL_INSTANTIATION