OTB
9.0.0
Orfeo Toolbox
|
#include <otbObjectList.h>
Public Types | |
typedef InternalContainerType::const_iterator | InternalConstIteratorType |
Public Member Functions | |
ConstIterator () | |
ConstIterator (const ConstIterator &it) | |
ConstIterator (const Iterator &it) | |
ConstIterator (InternalConstIteratorType iter) | |
ObjectPointerType | Get (void) |
bool | operator!= (const ConstIterator &it) |
ConstIterator & | operator++ () |
ConstIterator & | operator-- () |
ConstIterator & | operator= (const ConstIterator &it) |
ConstIterator & | operator= (const Iterator &it) |
bool | operator== (const ConstIterator &it) |
Private Attributes | |
InternalConstIteratorType | m_Iter |
Friends | |
class | Iterator |
class | ObjectList |
ConstIterator of the object list.
Definition at line 300 of file otbObjectList.h.
typedef InternalContainerType::const_iterator otb::ObjectList< TObject >::ConstIterator::InternalConstIteratorType |
typedef of the internal iterator
Definition at line 306 of file otbObjectList.h.
|
inline |
Constructor
Definition at line 309 of file otbObjectList.h.
|
inline |
Constructor with iternal iterator parameter
Definition at line 312 of file otbObjectList.h.
|
inline |
Copy operator.
Definition at line 381 of file otbObjectList.h.
|
inline |
Copy operator.
Definition at line 388 of file otbObjectList.h.
|
inline |
Get the current object.
Definition at line 321 of file otbObjectList.h.
Referenced by otb::ImageFittingPolygonListFilter< TPath, TImage >::GenerateData().
|
inline |
Difference comparison operator.
Definition at line 347 of file otbObjectList.h.
References otb::ObjectList< TObject >::ConstIterator::m_Iter.
|
inline |
Increment.
Definition at line 329 of file otbObjectList.h.
|
inline |
Decrement.
Definition at line 338 of file otbObjectList.h.
|
inline |
Instantiation operator.
Definition at line 363 of file otbObjectList.h.
References otb::ObjectList< TObject >::ConstIterator::m_Iter.
|
inline |
Instantiation operator.
Definition at line 372 of file otbObjectList.h.
References otb::ObjectList< TObject >::Iterator::m_Iter.
|
inline |
Equality comparison operator.
Definition at line 355 of file otbObjectList.h.
References otb::ObjectList< TObject >::ConstIterator::m_Iter.
|
friend |
Definition at line 304 of file otbObjectList.h.
|
friend |
Definition at line 303 of file otbObjectList.h.
|
private |
Definition at line 390 of file otbObjectList.h.
Referenced by otb::ObjectList< TObject >::ConstIterator::operator!=(), otb::ObjectList< TObject >::ConstIterator::operator=(), and otb::ObjectList< TObject >::ConstIterator::operator==().