|  | anatomist
    5.1.2
    3D neuroimaging data viewer | 
#include <anatomist/mobject/ObjectList.h>


| Public Types | |
| typedef std::set< carto::shared_ptr< AObject > > | datatype | 
| Public Member Functions | |
| const_ObjectListIterator (const datatype::const_iterator &) | |
| virtual | ~const_ObjectListIterator () | 
| virtual BaseIterator * | clone () const | 
| virtual bool | operator!= (const BaseIterator &) const | 
| virtual bool | operator!= (const ObjectListIterator &) const | 
| virtual bool | operator!= (const const_ObjectListIterator &) const | 
| virtual AObject * | operator* () const | 
| virtual carto::shared_ptr< AObject > | smart () const | 
| de-reference iterator to get the underlying smart pointer  More... | |
| virtual const_ObjectListIterator & | operator++ () | 
| virtual const_ObjectListIterator & | operator-- () | 
|  Public Member Functions inherited from anatomist::BaseIterator | |
| virtual | ~BaseIterator () | 
| bool | operator== (const BaseIterator &) const | 
| virtual bool | operator!= (const ObjectVectorIterator &) const | 
| virtual bool | operator!= (const const_ObjectVectorIterator &) const | 
| virtual bool | operator!= (const AGraphIterator &) const | 
| virtual bool | operator!= (const const_AGraphIterator &) const | 
| virtual bool | operator!= (const Fusion2DIterator &) const | 
| virtual bool | operator!= (const const_Fusion2DIterator &) const | 
| virtual bool | operator!= (const Fusion3DIterator &) const | 
| virtual bool | operator!= (const const_Fusion3DIterator &) const | 
| virtual bool | operator!= (const ATexSurfaceIterator &) const | 
| virtual bool | operator!= (const const_ATexSurfaceIterator &) const | 
| Protected Attributes | |
| datatype::const_iterator | _dataIt | 
| Friends | |
| class | ObjectList | 
Definition at line 74 of file ObjectList.h.
| typedef std::set<carto::shared_ptr<AObject> > anatomist::const_ObjectListIterator::datatype | 
Definition at line 78 of file ObjectList.h.
| anatomist::const_ObjectListIterator::const_ObjectListIterator | ( | const datatype::const_iterator & | ) | 
Referenced by clone().
| 
 | virtual | 
| 
 | inlinevirtual | 
Implements anatomist::BaseIterator.
Definition at line 198 of file ObjectList.h.
References const_ObjectListIterator().
| 
 | inlinevirtual | 
Reimplemented from anatomist::BaseIterator.
Definition at line 105 of file ObjectList.h.
| 
 | inlinevirtual | 
Reimplemented from anatomist::BaseIterator.
Definition at line 119 of file ObjectList.h.
References _dataIt.
| 
 | inlinevirtual | 
Reimplemented from anatomist::BaseIterator.
Definition at line 134 of file ObjectList.h.
| 
 | inlinevirtual | 
Implements anatomist::BaseIterator.
Definition at line 146 of file ObjectList.h.
References _dataIt.
| 
 | inlinevirtual | 
Implements anatomist::BaseIterator.
Definition at line 171 of file ObjectList.h.
References _dataIt.
| 
 | inlinevirtual | 
Implements anatomist::BaseIterator.
Definition at line 185 of file ObjectList.h.
References _dataIt.
| 
 | inlinevirtual | 
de-reference iterator to get the underlying smart pointer
Definition at line 158 of file ObjectList.h.
References _dataIt.
| 
 | friend | 
Definition at line 77 of file ObjectList.h.
| 
 | protected | 
Definition at line 92 of file ObjectList.h.
Referenced by operator!=(), operator*(), operator++(), operator--(), and smart().