![]() |
anatomist
5.1.2
3D neuroimaging data viewer
|
#include <anatomist/graph/AGraphIterator.h>
Public Types | |
typedef std::set< carto::shared_ptr< AObject > > | datatype |
Public Member Functions | |
const_AGraphIterator (const datatype::const_iterator &thing) | |
const_AGraphIterator (const const_AGraphIterator &other) | |
virtual | ~const_AGraphIterator () |
virtual BaseIterator * | clone () const |
virtual bool | operator!= (const BaseIterator &other) const |
virtual bool | operator!= (const const_AGraphIterator &other) const |
virtual bool | operator!= (const AGraphIterator &other) const |
virtual AObject * | operator* () const |
virtual const_AGraphIterator & | operator++ () |
virtual const_AGraphIterator & | operator-- () |
![]() | |
virtual | ~BaseIterator () |
bool | operator== (const BaseIterator &) const |
virtual bool | operator!= (const ObjectListIterator &) const |
virtual bool | operator!= (const const_ObjectListIterator &) const |
virtual bool | operator!= (const ObjectVectorIterator &) const |
virtual bool | operator!= (const const_ObjectVectorIterator &) 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 | AGraph |
class | AGraphIterator |
Definition at line 81 of file AGraphIterator.h.
typedef std::set<carto::shared_ptr<AObject> > anatomist::const_AGraphIterator::datatype |
Definition at line 86 of file AGraphIterator.h.
anatomist::const_AGraphIterator::const_AGraphIterator | ( | const datatype::const_iterator & | thing | ) |
Referenced by clone().
|
inline |
Definition at line 189 of file AGraphIterator.h.
|
virtual |
|
inlinevirtual |
Implements anatomist::BaseIterator.
Definition at line 196 of file AGraphIterator.h.
References const_AGraphIterator().
|
inlinevirtual |
Reimplemented from anatomist::BaseIterator.
Definition at line 219 of file AGraphIterator.h.
|
inlinevirtual |
Reimplemented from anatomist::BaseIterator.
Definition at line 203 of file AGraphIterator.h.
|
inlinevirtual |
Reimplemented from anatomist::BaseIterator.
Definition at line 211 of file AGraphIterator.h.
|
inlinevirtual |
Implements anatomist::BaseIterator.
Definition at line 227 of file AGraphIterator.h.
References _dataIt.
|
inlinevirtual |
Implements anatomist::BaseIterator.
Definition at line 234 of file AGraphIterator.h.
References _dataIt.
|
inlinevirtual |
Implements anatomist::BaseIterator.
Definition at line 242 of file AGraphIterator.h.
|
friend |
Definition at line 84 of file AGraphIterator.h.
|
friend |
Definition at line 85 of file AGraphIterator.h.
|
protected |
Definition at line 101 of file AGraphIterator.h.
Referenced by operator*(), and operator++().