OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
otb::ImageListToImageListFilter< TInputImage, TOutputImage > Class Template Reference

#include <otbImageListToImageListFilter.h>

+ Inheritance diagram for otb::ImageListToImageListFilter< TInputImage, TOutputImage >:
+ Collaboration diagram for otb::ImageListToImageListFilter< TInputImage, TOutputImage >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef InputImageListType::ConstPointer InputImageListConstPointer
 
typedef InputImageListType::Pointer InputImageListPointerType
 
typedef ImageList< InputImageTypeInputImageListType
 
typedef InputImageType::PixelType InputImagePixelType
 
typedef InputImageType::ConstPointer InputImagePointer
 
typedef InputImageType::RegionType InputImageRegionType
 
typedef TInputImage InputImageType
 
typedef Superclass::OutputImageListPointerType OutputImageListPointerType
 
typedef Superclass::OutputImageListType OutputImageListType
 
typedef Superclass::OutputImagePointerType OutputImagePointer
 
typedef Superclass::OutputImageType OutputImageType
 
typedef itk::SmartPointer< SelfPointer
 
typedef ImageListToImageListFilter Self
 
typedef InputImageType::SizeType SizeType
 
typedef ImageListSource< TOutputImage > Superclass
 
typedef InputImageType::ValueType ValueType
 
- Public Types inherited from otb::ImageListSource< TOutputImage >
typedef itk::SmartPointer< const SelfConstPointer
 
typedef itk::DataObject::Pointer DataObjectPointer
 
typedef OutputImageListType::ConstPointer OutputImageListConstPointerType
 
typedef OutputImageListType::Pointer OutputImageListPointerType
 
typedef ImageList< OutputImageTypeOutputImageListType
 
typedef OutputImageType::Pointer OutputImagePointerType
 
typedef TOutputImage OutputImageType
 
typedef itk::SmartPointer< SelfPointer
 
typedef ImageListSource Self
 
typedef itk::ProcessObject Superclass
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 
- Public Member Functions inherited from otb::ImageListSource< TOutputImage >
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual OutputImageListTypeGetOutput (void)
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from otb::ImageListSource< TOutputImage >
static Pointer New ()
 

Static Public Attributes

static const unsigned int InputImageDimension = TInputImage::ImageDimension
 
virtual void SetInput (const InputImageListType *imageList)
 
virtual InputImageListTypeGetInput (void)
 
 ImageListToImageListFilter ()
 
 ~ImageListToImageListFilter () override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
 ImageListToImageListFilter (const Self &)=delete
 
void operator= (const Self &)=delete
 

Additional Inherited Members

- Protected Member Functions inherited from otb::ImageListSource< TOutputImage >
 ImageListSource ()
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
 ~ImageListSource () override
 

Detailed Description

template<class TInputImage, class TOutputImage>
class otb::ImageListToImageListFilter< TInputImage, TOutputImage >

Base class for all the filters taking an image list as input to produce an image list.

Definition at line 37 of file otbImageListToImageListFilter.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputImage , class TOutputImage >
typedef itk::SmartPointer<const Self> otb::ImageListToImageListFilter< TInputImage, TOutputImage >::ConstPointer

Definition at line 44 of file otbImageListToImageListFilter.h.

◆ InputImageListConstPointer

template<class TInputImage , class TOutputImage >
typedef InputImageListType::ConstPointer otb::ImageListToImageListFilter< TInputImage, TOutputImage >::InputImageListConstPointer

Definition at line 61 of file otbImageListToImageListFilter.h.

◆ InputImageListPointerType

template<class TInputImage , class TOutputImage >
typedef InputImageListType::Pointer otb::ImageListToImageListFilter< TInputImage, TOutputImage >::InputImageListPointerType

Definition at line 60 of file otbImageListToImageListFilter.h.

◆ InputImageListType

template<class TInputImage , class TOutputImage >
typedef ImageList<InputImageType> otb::ImageListToImageListFilter< TInputImage, TOutputImage >::InputImageListType

Definition at line 59 of file otbImageListToImageListFilter.h.

◆ InputImagePixelType

template<class TInputImage , class TOutputImage >
typedef InputImageType::PixelType otb::ImageListToImageListFilter< TInputImage, TOutputImage >::InputImagePixelType

Definition at line 56 of file otbImageListToImageListFilter.h.

◆ InputImagePointer

template<class TInputImage , class TOutputImage >
typedef InputImageType::ConstPointer otb::ImageListToImageListFilter< TInputImage, TOutputImage >::InputImagePointer

Definition at line 54 of file otbImageListToImageListFilter.h.

◆ InputImageRegionType

template<class TInputImage , class TOutputImage >
typedef InputImageType::RegionType otb::ImageListToImageListFilter< TInputImage, TOutputImage >::InputImageRegionType

Definition at line 55 of file otbImageListToImageListFilter.h.

◆ InputImageType

template<class TInputImage , class TOutputImage >
typedef TInputImage otb::ImageListToImageListFilter< TInputImage, TOutputImage >::InputImageType

Template parameters typedefs

Definition at line 50 of file otbImageListToImageListFilter.h.

◆ OutputImageListPointerType

template<class TInputImage , class TOutputImage >
typedef Superclass::OutputImageListPointerType otb::ImageListToImageListFilter< TInputImage, TOutputImage >::OutputImageListPointerType

Definition at line 66 of file otbImageListToImageListFilter.h.

◆ OutputImageListType

template<class TInputImage , class TOutputImage >
typedef Superclass::OutputImageListType otb::ImageListToImageListFilter< TInputImage, TOutputImage >::OutputImageListType

Definition at line 65 of file otbImageListToImageListFilter.h.

◆ OutputImagePointer

template<class TInputImage , class TOutputImage >
typedef Superclass::OutputImagePointerType otb::ImageListToImageListFilter< TInputImage, TOutputImage >::OutputImagePointer

Definition at line 67 of file otbImageListToImageListFilter.h.

◆ OutputImageType

template<class TInputImage , class TOutputImage >
typedef Superclass::OutputImageType otb::ImageListToImageListFilter< TInputImage, TOutputImage >::OutputImageType

Derived typedefs

Definition at line 64 of file otbImageListToImageListFilter.h.

◆ Pointer

template<class TInputImage , class TOutputImage >
typedef itk::SmartPointer<Self> otb::ImageListToImageListFilter< TInputImage, TOutputImage >::Pointer

Definition at line 43 of file otbImageListToImageListFilter.h.

◆ Self

template<class TInputImage , class TOutputImage >
typedef ImageListToImageListFilter otb::ImageListToImageListFilter< TInputImage, TOutputImage >::Self

Standard typedefs

Definition at line 41 of file otbImageListToImageListFilter.h.

◆ SizeType

template<class TInputImage , class TOutputImage >
typedef InputImageType::SizeType otb::ImageListToImageListFilter< TInputImage, TOutputImage >::SizeType

Definition at line 57 of file otbImageListToImageListFilter.h.

◆ Superclass

template<class TInputImage , class TOutputImage >
typedef ImageListSource<TOutputImage> otb::ImageListToImageListFilter< TInputImage, TOutputImage >::Superclass

Definition at line 42 of file otbImageListToImageListFilter.h.

◆ ValueType

template<class TInputImage , class TOutputImage >
typedef InputImageType::ValueType otb::ImageListToImageListFilter< TInputImage, TOutputImage >::ValueType

Definition at line 58 of file otbImageListToImageListFilter.h.

Constructor & Destructor Documentation

◆ ImageListToImageListFilter() [1/2]

template<class TInputImage , class TOutputImage >
otb::ImageListToImageListFilter< TInputImage, TOutputImage >::ImageListToImageListFilter ( )
protected

Constructor

◆ ~ImageListToImageListFilter()

template<class TInputImage , class TOutputImage >
otb::ImageListToImageListFilter< TInputImage, TOutputImage >::~ImageListToImageListFilter ( )
inlineoverrideprotected

Destructor

Definition at line 83 of file otbImageListToImageListFilter.h.

◆ ImageListToImageListFilter() [2/2]

template<class TInputImage , class TOutputImage >
otb::ImageListToImageListFilter< TInputImage, TOutputImage >::ImageListToImageListFilter ( const Self )
privatedelete

Constructor

Member Function Documentation

◆ CreateAnother()

template<class TInputImage , class TOutputImage >
virtual::itk::LightObject::Pointer otb::ImageListToImageListFilter< TInputImage, TOutputImage >::CreateAnother ( void  ) const

◆ GetInput()

template<class TInputImage , class TOutputImage >
virtual InputImageListType* otb::ImageListToImageListFilter< TInputImage, TOutputImage >::GetInput ( void  )
virtual

Constructor

◆ GetNameOfClass()

template<class TInputImage , class TOutputImage >
virtual const char* otb::ImageListToImageListFilter< TInputImage, TOutputImage >::GetNameOfClass ( ) const
virtual

Creation through object factory macro

Reimplemented from otb::ImageListSource< TOutputImage >.

Reimplemented in otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >.

◆ New()

template<class TInputImage , class TOutputImage >
static Pointer otb::ImageListToImageListFilter< TInputImage, TOutputImage >::New ( )
static

Type macro

◆ operator=()

template<class TInputImage , class TOutputImage >
void otb::ImageListToImageListFilter< TInputImage, TOutputImage >::operator= ( const Self )
privatedelete

Constructor

◆ PrintSelf()

template<class TInputImage , class TOutputImage >
void otb::ImageListToImageListFilter< TInputImage, TOutputImage >::PrintSelf ( std::ostream &  os,
itk::Indent  indent 
) const
overrideprotected

PrintSelf method

◆ SetInput()

template<class TInputImage , class TOutputImage >
virtual void otb::ImageListToImageListFilter< TInputImage, TOutputImage >::SetInput ( const InputImageListType imageList)
virtual

Constructor

Member Data Documentation

◆ InputImageDimension

template<class TInputImage , class TOutputImage >
const unsigned int otb::ImageListToImageListFilter< TInputImage, TOutputImage >::InputImageDimension = TInputImage::ImageDimension
static

InputImage dimension constant

Definition at line 70 of file otbImageListToImageListFilter.h.


The documentation for this class was generated from the following file: