|
OTB
9.0.0
Orfeo Toolbox
|
Go to the documentation of this file.
21 #ifndef otbImageListToImageListFilter_h
22 #define otbImageListToImageListFilter_h
36 template <
class TInputImage,
class TOutputImage>
57 typedef typename InputImageType::SizeType
SizeType;
58 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
ImageListSource< TOutputImage > Superclass
Base class for all the filters producing an otbImageList.
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
ImageList< InputImageType > InputImageListType
InputImageListType::Pointer InputImageListPointerType
Superclass::OutputImageListType OutputImageListType
Superclass::OutputImagePointerType OutputImagePointer
InputImageListType::ConstPointer InputImageListConstPointer
Base class for all the filters taking an image list as input to produce an image list.
itk::SmartPointer< Self > Pointer
Superclass::OutputImageType OutputImageType
InputImageType::ConstPointer InputImagePointer
Superclass::OutputImageListPointerType OutputImageListPointerType
itk::SmartPointer< const Self > ConstPointer
~ImageListToImageListFilter() override
InputImageType::SizeType SizeType
itk::SmartPointer< Self > Pointer
InputImageType::RegionType InputImageRegionType
This class represent a list of images.
ImageListToImageListFilter Self
InputImageType::PixelType InputImagePixelType
TInputImage InputImageType
InputImageType::ValueType ValueType
itk::SmartPointer< const Self > ConstPointer