|
OTB
9.0.0
Orfeo Toolbox
|
Go to the documentation of this file.
21 #ifndef otbImageListToSingleImageFilter_h
22 #define otbImageListToSingleImageFilter_h
42 template <
class TInputImageType>
65 itkGetMacro(ExtractedImagePosition,
unsigned int);
66 itkSetMacro(ExtractedImagePosition,
unsigned int);
81 void GenerateData()
override;
84 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
89 void operator=(
const Self&) =
delete;
97 #ifndef OTB_MANUAL_INSTANTIATION
itk::SmartPointer< Self > Pointer
ImageListToSingleImageFilter Self
Base class for all the filters taking an images list as input to produce an image.
TInputImageType OutputImageType
OutputImageType::Pointer OutputImagePointerType
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
InputImageType::Pointer InputImagePointerType
TInputImageType InputImageType
This class aims at converting a image list to one (scalar or vector) image.
ImageListToImageFilter< TInputImageType, TInputImageType > Superclass
~ImageListToSingleImageFilter() override
unsigned int m_ExtractedImagePosition
ImageList< InputImageType > InputImageListType
This class represent a list of images.
itk::SmartPointer< const Self > ConstPointer