OTB
9.0.0
Orfeo Toolbox
|
#include <otbImageListToImageListFilter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef InputImageListType::ConstPointer | InputImageListConstPointer |
typedef InputImageListType::Pointer | InputImageListPointerType |
typedef ImageList< InputImageType > | InputImageListType |
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< Self > | Pointer |
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 Self > | ConstPointer |
typedef itk::DataObject::Pointer | DataObjectPointer |
typedef OutputImageListType::ConstPointer | OutputImageListConstPointerType |
typedef OutputImageListType::Pointer | OutputImageListPointerType |
typedef ImageList< OutputImageType > | OutputImageListType |
typedef OutputImageType::Pointer | OutputImagePointerType |
typedef TOutputImage | OutputImageType |
typedef itk::SmartPointer< Self > | Pointer |
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 OutputImageListType * | GetOutput (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 InputImageListType * | GetInput (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 | |
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.
typedef itk::SmartPointer<const Self> otb::ImageListToImageListFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 44 of file otbImageListToImageListFilter.h.
typedef InputImageListType::ConstPointer otb::ImageListToImageListFilter< TInputImage, TOutputImage >::InputImageListConstPointer |
Definition at line 61 of file otbImageListToImageListFilter.h.
typedef InputImageListType::Pointer otb::ImageListToImageListFilter< TInputImage, TOutputImage >::InputImageListPointerType |
Definition at line 60 of file otbImageListToImageListFilter.h.
typedef ImageList<InputImageType> otb::ImageListToImageListFilter< TInputImage, TOutputImage >::InputImageListType |
Definition at line 59 of file otbImageListToImageListFilter.h.
typedef InputImageType::PixelType otb::ImageListToImageListFilter< TInputImage, TOutputImage >::InputImagePixelType |
Definition at line 56 of file otbImageListToImageListFilter.h.
typedef InputImageType::ConstPointer otb::ImageListToImageListFilter< TInputImage, TOutputImage >::InputImagePointer |
Definition at line 54 of file otbImageListToImageListFilter.h.
typedef InputImageType::RegionType otb::ImageListToImageListFilter< TInputImage, TOutputImage >::InputImageRegionType |
Definition at line 55 of file otbImageListToImageListFilter.h.
typedef TInputImage otb::ImageListToImageListFilter< TInputImage, TOutputImage >::InputImageType |
Template parameters typedefs
Definition at line 50 of file otbImageListToImageListFilter.h.
typedef Superclass::OutputImageListPointerType otb::ImageListToImageListFilter< TInputImage, TOutputImage >::OutputImageListPointerType |
Definition at line 66 of file otbImageListToImageListFilter.h.
typedef Superclass::OutputImageListType otb::ImageListToImageListFilter< TInputImage, TOutputImage >::OutputImageListType |
Definition at line 65 of file otbImageListToImageListFilter.h.
typedef Superclass::OutputImagePointerType otb::ImageListToImageListFilter< TInputImage, TOutputImage >::OutputImagePointer |
Definition at line 67 of file otbImageListToImageListFilter.h.
typedef Superclass::OutputImageType otb::ImageListToImageListFilter< TInputImage, TOutputImage >::OutputImageType |
Derived typedefs
Definition at line 64 of file otbImageListToImageListFilter.h.
typedef itk::SmartPointer<Self> otb::ImageListToImageListFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 43 of file otbImageListToImageListFilter.h.
typedef ImageListToImageListFilter otb::ImageListToImageListFilter< TInputImage, TOutputImage >::Self |
Standard typedefs
Definition at line 41 of file otbImageListToImageListFilter.h.
typedef InputImageType::SizeType otb::ImageListToImageListFilter< TInputImage, TOutputImage >::SizeType |
Definition at line 57 of file otbImageListToImageListFilter.h.
typedef ImageListSource<TOutputImage> otb::ImageListToImageListFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 42 of file otbImageListToImageListFilter.h.
typedef InputImageType::ValueType otb::ImageListToImageListFilter< TInputImage, TOutputImage >::ValueType |
Definition at line 58 of file otbImageListToImageListFilter.h.
|
protected |
Constructor
|
inlineoverrideprotected |
Destructor
Definition at line 83 of file otbImageListToImageListFilter.h.
|
privatedelete |
Constructor
virtual::itk::LightObject::Pointer otb::ImageListToImageListFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const |
|
virtual |
Constructor
|
virtual |
Creation through object factory macro
Reimplemented from otb::ImageListSource< TOutputImage >.
Reimplemented in otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >.
|
static |
Type macro
|
privatedelete |
Constructor
|
overrideprotected |
PrintSelf method
|
virtual |
Constructor
|
static |
InputImage dimension constant
Definition at line 70 of file otbImageListToImageListFilter.h.