OTB
9.0.0
Orfeo Toolbox
|
#include <otbImageList.h>
Public Types | |
typedef Superclass::ConstIterator | ConstIterator |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::ObjectPointerType | ImagePointerType |
typedef TImage | ImageType |
typedef Superclass::Iterator | Iterator |
typedef itk::SmartPointer< Self > | Pointer |
typedef Superclass::ReverseConstIterator | ReverseConstIterator |
typedef Superclass::ReverseIterator | ReverseIterator |
typedef ImageList | Self |
typedef ObjectList< TImage > | Superclass |
Public Types inherited from otb::ObjectList< TImage > | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef InternalContainerType::size_type | InternalContainerSizeType |
typedef std::vector< ObjectPointerType > | InternalContainerType |
typedef itk::SmartPointer< ObjectType > | ObjectPointerType |
typedef TImage | ObjectType |
typedef itk::SmartPointer< Self > | Pointer |
typedef ObjectList | Self |
typedef itk::DataObject | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
Public Member Functions inherited from otb::ObjectList< TImage > | |
InternalContainerSizeType | Capacity (void) const |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
void | Reserve (InternalContainerSizeType size) |
void | Resize (InternalContainerSizeType size) |
InternalContainerSizeType | Size (void) const override |
void | PushBack (ObjectType *element) |
void | PopBack (void) |
void | SetNthElement (unsigned int index, ObjectPointerType element) |
void | SetNthElement (unsigned int index, const ObjectType *element) |
ObjectPointerType | GetNthElement (unsigned int index) const |
Superclass * | GetNthDataObject (unsigned int index) const override |
ObjectPointerType | Front (void) |
ObjectPointerType | Back (void) |
void | Erase (unsigned int index) |
void | Erase (Iterator begin, Iterator end) |
void | Erase (Iterator loc) |
void | Clear (void) |
Iterator | Insert (Iterator position, ObjectPointerType element) |
ReverseIterator | Insert (ReverseIterator position, ObjectPointerType element) |
Iterator | Begin (void) |
ConstIterator | Begin (void) const |
ReverseIterator | ReverseBegin (void) |
ReverseConstIterator | ReverseBegin (void) const |
Iterator | End (void) |
ConstIterator | End (void) const |
ReverseIterator | ReverseEnd (void) |
ReverseConstIterator | ReverseEnd (void) const |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from otb::ObjectList< TImage > | |
static Pointer | New () |
void | UpdateOutputInformation (void) override |
void | PropagateRequestedRegion (void) override |
void | UpdateOutputData (void) override |
void | SetRequestedRegion (const itk::DataObject *source) override |
ImageList () | |
~ImageList () override | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
ImageList (const Self &)=delete | |
void | operator= (const Self &)=delete |
Additional Inherited Members | |
Protected Member Functions inherited from otb::ObjectList< TImage > | |
ObjectList () | |
~ObjectList () override | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
Protected Member Functions inherited from otb::DataObjectListInterface | |
DataObjectListInterface ()=default | |
virtual | ~DataObjectListInterface ()=default |
This class represent a list of images.
It is derived from the otbObjectList class, which allows manipulating an ITK/OTB object list with the appropriate formalism (iterators, accessors).
Definition at line 39 of file otbImageList.h.
typedef Superclass::ConstIterator otb::ImageList< TImage >::ConstIterator |
Definition at line 58 of file otbImageList.h.
typedef itk::SmartPointer<const Self> otb::ImageList< TImage >::ConstPointer |
Definition at line 46 of file otbImageList.h.
typedef Superclass::ObjectPointerType otb::ImageList< TImage >::ImagePointerType |
Definition at line 56 of file otbImageList.h.
typedef TImage otb::ImageList< TImage >::ImageType |
Template parameter typedefs
Definition at line 52 of file otbImageList.h.
typedef Superclass::Iterator otb::ImageList< TImage >::Iterator |
Definition at line 57 of file otbImageList.h.
typedef itk::SmartPointer<Self> otb::ImageList< TImage >::Pointer |
Definition at line 45 of file otbImageList.h.
typedef Superclass::ReverseConstIterator otb::ImageList< TImage >::ReverseConstIterator |
Definition at line 60 of file otbImageList.h.
typedef Superclass::ReverseIterator otb::ImageList< TImage >::ReverseIterator |
Definition at line 59 of file otbImageList.h.
typedef ImageList otb::ImageList< TImage >::Self |
Standard typedefs
Definition at line 43 of file otbImageList.h.
typedef ObjectList<TImage> otb::ImageList< TImage >::Superclass |
Definition at line 44 of file otbImageList.h.
|
inlineprotected |
Constructor
Definition at line 74 of file otbImageList.h.
|
inlineoverrideprotected |
Destructor
Definition at line 77 of file otbImageList.h.
|
privatedelete |
Update images in the list.
virtual::itk::LightObject::Pointer otb::ImageList< TImage >::CreateAnother | ( | void | ) | const |
|
virtual |
Type macro
|
static |
Creation through object factory macro
|
privatedelete |
Update images in the list.
|
inlineoverrideprotected |
PrintSelf method
Definition at line 82 of file otbImageList.h.
|
override |
Update images in the list.
Definition at line 47 of file otbImageList.hxx.
|
override |
Update images in the list.
Definition at line 77 of file otbImageList.hxx.
|
override |
Update images in the list.
Definition at line 31 of file otbImageList.hxx.
|
override |
Update images in the list.
Definition at line 86 of file otbImageList.hxx.