| 
    MeVisLab Toolbox Reference
    
   | 
 
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.
      
  | 
  inlineexplicit | 
Definition at line 335 of file SbMap.h.
References SbMap< KeyType, ValueType >::ParentFirstIterator::reset().
      
  | 
  inline | 
Definition at line 344 of file SbMap.h.
Referenced by SbMap< KeyType, ValueType >::ParentFirstIterator::operator*().
      
  | 
  inline | 
Definition at line 347 of file SbMap.h.
Referenced by SbMap< KeyType, ValueType >::ParentFirstIterator::operator*(), and SbMap< KeyType, ValueType >::ParentFirstIterator::operator->().
      
  | 
  inline | 
Definition at line 367 of file SbMap.h.
References SbMap< KeyType, ValueType >::ParentFirstIterator::atEnd(), and SbMap< KeyType, ValueType >::ParentFirstIterator::getNode().
      
  | 
  inline | 
Definition at line 364 of file SbMap.h.
References SbMap< KeyType, ValueType >::ParentFirstIterator::getNode().
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 339 of file SbMap.h.
Referenced by SbMap< KeyType, ValueType >::ParentFirstIterator::ParentFirstIterator().