OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | List of all members
otb::ImageListSource< TOutputImage > Class Template Reference

#include <otbImageListSource.h>

+ Inheritance diagram for otb::ImageListSource< TOutputImage >:
+ Collaboration diagram for otb::ImageListSource< TOutputImage >:

Public Types

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
 
virtual OutputImageListTypeGetOutput (void)
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

 ImageListSource ()
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
 ~ImageListSource () override
 

Private Member Functions

 ImageListSource (const Self &)=delete
 
void operator= (const Self &)=delete
 

Detailed Description

template<class TOutputImage>
class otb::ImageListSource< TOutputImage >

Base class for all the filters producing an otbImageList.

Definition at line 40 of file otbImageListSource.h.

Member Typedef Documentation

◆ ConstPointer

template<class TOutputImage >
typedef itk::SmartPointer<const Self> otb::ImageListSource< TOutputImage >::ConstPointer

Definition at line 47 of file otbImageListSource.h.

◆ DataObjectPointer

template<class TOutputImage >
typedef itk::DataObject::Pointer otb::ImageListSource< TOutputImage >::DataObjectPointer

Data object pointer type

Definition at line 53 of file otbImageListSource.h.

◆ OutputImageListConstPointerType

template<class TOutputImage >
typedef OutputImageListType::ConstPointer otb::ImageListSource< TOutputImage >::OutputImageListConstPointerType

Definition at line 63 of file otbImageListSource.h.

◆ OutputImageListPointerType

template<class TOutputImage >
typedef OutputImageListType::Pointer otb::ImageListSource< TOutputImage >::OutputImageListPointerType

Definition at line 62 of file otbImageListSource.h.

◆ OutputImageListType

template<class TOutputImage >
typedef ImageList<OutputImageType> otb::ImageListSource< TOutputImage >::OutputImageListType

Definition at line 61 of file otbImageListSource.h.

◆ OutputImagePointerType

template<class TOutputImage >
typedef OutputImageType::Pointer otb::ImageListSource< TOutputImage >::OutputImagePointerType

Definition at line 60 of file otbImageListSource.h.

◆ OutputImageType

template<class TOutputImage >
typedef TOutputImage otb::ImageListSource< TOutputImage >::OutputImageType

Template parameter typedef

Definition at line 59 of file otbImageListSource.h.

◆ Pointer

template<class TOutputImage >
typedef itk::SmartPointer<Self> otb::ImageListSource< TOutputImage >::Pointer

Definition at line 46 of file otbImageListSource.h.

◆ Self

template<class TOutputImage >
typedef ImageListSource otb::ImageListSource< TOutputImage >::Self

Standard typedefs

Definition at line 44 of file otbImageListSource.h.

◆ Superclass

template<class TOutputImage >
typedef itk::ProcessObject otb::ImageListSource< TOutputImage >::Superclass

Definition at line 45 of file otbImageListSource.h.

Constructor & Destructor Documentation

◆ ImageListSource() [1/2]

template<class TOutputImage >
otb::ImageListSource< TOutputImage >::ImageListSource ( )
protected

Constructor

◆ ~ImageListSource()

template<class TOutputImage >
otb::ImageListSource< TOutputImage >::~ImageListSource ( )
inlineoverrideprotected

Destructor

Definition at line 73 of file otbImageListSource.h.

◆ ImageListSource() [2/2]

template<class TOutputImage >
otb::ImageListSource< TOutputImage >::ImageListSource ( const Self )
privatedelete

Member Function Documentation

◆ CreateAnother()

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

◆ GetNameOfClass()

template<class TOutputImage >
virtual const char* otb::ImageListSource< TOutputImage >::GetNameOfClass ( ) const
virtual

◆ GetOutput()

template<class TOutputImage >
virtual OutputImageListType* otb::ImageListSource< TOutputImage >::GetOutput ( void  )
virtual

◆ New()

template<class TOutputImage >
static Pointer otb::ImageListSource< TOutputImage >::New ( )
static

Type macro

◆ operator=()

template<class TOutputImage >
void otb::ImageListSource< TOutputImage >::operator= ( const Self )
privatedelete

◆ PrintSelf()

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

PrintSelf method


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