|
MeVisLab Resolution Independence API
|
SbMap::ParentFirstIterator for an SbMap, traversing the map from top to bottom. More...
#include <SbMap.h>
Public Member Functions | |
| ParentFirstIterator () | |
| ParentFirstIterator (Node *root) | |
| void | reset () |
| bool | atEnd () const |
| Node * | getNode () |
| ParentFirstIterator & | operator= (const ParentFirstIterator &src) |
| void | operator++ (int) |
| Node * | operator-> () |
| Node & | operator* () |
SbMap::ParentFirstIterator for an SbMap, traversing the map from top to bottom.
|
inline |
Definition at line 331 of file SbMap.h.
Referenced by operator=().
|
inline |
Definition at line 344 of file SbMap.h.
Referenced by operator*(), and SbMap< KeyType, ValueType >::operator=().
|
inline |
Definition at line 347 of file SbMap.h.
Referenced by operator*(), and operator->().
|
inline |
Definition at line 352 of file SbMap.h.
References ParentFirstIterator().
|
inline |
Definition at line 339 of file SbMap.h.
Referenced by ParentFirstIterator().