![]() |
OTB
7.2.0
Orfeo Toolbox
|
#include <otbObjectList.h>
Public Types | |
typedef InternalContainerType::const_iterator | InternalConstIteratorType |
Public Member Functions | |
ConstIterator () | |
ConstIterator (InternalConstIteratorType iter) | |
ConstIterator (const ConstIterator &it) | |
ConstIterator (const Iterator &it) | |
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 302 of file otbObjectList.h.
typedef InternalContainerType::const_iterator otb::ObjectList< TObject >::ConstIterator::InternalConstIteratorType |
typedef of the internal iterator
Definition at line 308 of file otbObjectList.h.
|
inline |
Constructor
Definition at line 311 of file otbObjectList.h.
|
inline |
Constructor with iternal iterator parameter
Definition at line 314 of file otbObjectList.h.
|
inline |
Copy operator.
Definition at line 383 of file otbObjectList.h.
References otb::ObjectList< TObject >::ConstIterator::m_Iter.
|
inline |
Copy operator.
Definition at line 391 of file otbObjectList.h.
References otb::ObjectList< TObject >::Iterator::m_Iter.
|
inline |
Get the current object.
Definition at line 323 of file otbObjectList.h.
Referenced by otb::ImageFittingPolygonListFilter< TPath, TImage >::GenerateData().
|
inline |
Difference comparison operator.
Definition at line 349 of file otbObjectList.h.
References otb::ObjectList< TObject >::ConstIterator::m_Iter.
|
inline |
Increment.
Definition at line 331 of file otbObjectList.h.
|
inline |
Decrement.
Definition at line 340 of file otbObjectList.h.
|
inline |
Instantiation operator.
Definition at line 365 of file otbObjectList.h.
References otb::ObjectList< TObject >::ConstIterator::m_Iter.
|
inline |
Instantiation operator.
Definition at line 374 of file otbObjectList.h.
References otb::ObjectList< TObject >::Iterator::m_Iter.
|
inline |
Equality comparison operator.
Definition at line 357 of file otbObjectList.h.
References otb::ObjectList< TObject >::ConstIterator::m_Iter.
|
friend |
Definition at line 306 of file otbObjectList.h.
|
friend |
Definition at line 305 of file otbObjectList.h.
|
private |