|
MeVisLab Toolbox Reference
|
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.
|
inlineexplicit |
Definition at line 423 of file SbMap.h.
References SbMap< KeyType, ValueType >::ParentLastIterator::reset().
|
inline |
Definition at line 432 of file SbMap.h.
Referenced by SbMap< KeyType, ValueType >::clear(), and SbMap< KeyType, ValueType >::ParentLastIterator::operator*().
|
inline |
Definition at line 435 of file SbMap.h.
Referenced by SbMap< KeyType, ValueType >::clear(), SbMap< KeyType, ValueType >::ParentLastIterator::operator*(), and SbMap< KeyType, ValueType >::ParentLastIterator::operator->().
|
inline |
Definition at line 455 of file SbMap.h.
References SbMap< KeyType, ValueType >::ParentLastIterator::atEnd(), and SbMap< KeyType, ValueType >::ParentLastIterator::getNode().
|
inline |
Definition at line 452 of file SbMap.h.
References SbMap< KeyType, ValueType >::ParentLastIterator::getNode().
|
inline |
|
inline |
Definition at line 427 of file SbMap.h.
Referenced by SbMap< KeyType, ValueType >::ParentLastIterator::ParentLastIterator().