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