![]() |
anatomist 6.0.4
3D neuroimaging data viewer
|
Multi-object generic iterator. More...
#include <anatomist/mobject/MObject.h>

Public Types | |
| typedef void | datatype |
| Data storage type, to be redefined by children classes. | |
Public Member Functions | |
| AIterator () | |
| AIterator (const AIterator &) | |
| AIterator (BaseIterator *) | |
| ~AIterator () | |
| AIterator & | operator= (const AIterator &) |
| bool | operator== (const AIterator &) const |
| bool | operator!= (const AIterator &) const |
| AIterator & | operator++ () |
| AIterator | operator++ (int) |
| AIterator & | operator-- () |
| AIterator | operator-- (int) |
| AObject * | operator* () const |
| BaseIterator & | subIterator () |
Protected Attributes | |
| BaseIterator * | _iterator |
| Underlying specific iterator. | |
| typedef void anatomist::AIterator::datatype |
|
inline |
Definition at line 141 of file MObject.h.
References _iterator.
Referenced by AIterator(), operator!=(), operator++(), operator--(), operator=(), and operator==().
|
inline |
Definition at line 147 of file MObject.h.
References _iterator, and AIterator().
|
inline |
|
inline |
|
inline |
Definition at line 184 of file MObject.h.
References _iterator, and AIterator().
|
inline |
|
inline |
|
inline |
Definition at line 199 of file MObject.h.
References _iterator, and AIterator().
|
inline |
|
inline |
Definition at line 217 of file MObject.h.
References _iterator, and AIterator().
Definition at line 166 of file MObject.h.
References _iterator, AIterator(), and anatomist::BaseIterator::clone().
|
inline |
Definition at line 176 of file MObject.h.
References _iterator, and AIterator().
|
inline |
Definition at line 130 of file MObject.h.
References _iterator.
Referenced by anatomist::ObjectList::erase().
|
protected |
Underlying specific iterator.
Definition at line 137 of file MObject.h.
Referenced by AIterator(), AIterator(), AIterator(), operator!=(), operator*(), operator++(), operator++(), operator--(), operator--(), operator=(), operator==(), subIterator(), and ~AIterator().