21 #ifndef otbImageToImageListFilter_h
22 #define otbImageToImageListFilter_h
38 template <
class TInputImage,
class TOutputImage>
59 typedef typename InputImageType::SizeType
SizeType;
60 typedef typename InputImageType::ValueType
ValueType;
68 itkStaticConstMacro(InputImageDimension,
unsigned int, TInputImage::ImageDimension);
71 using Superclass::SetInput;
86 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
90 void operator=(
const Self&) =
delete;
93 #ifndef OTB_MANUAL_INSTANTIATION