| 
    MeVisLab Toolbox Reference
    
   | 
 
Regular low->high (++) and high->low (–) iterator class for an SbMap. More...
#include <SbMap.h>
Public Member Functions | |
| Iterator () | |
| Iterator (Node *root) | |
| Iterator (const Iterator &src) | |
| void | reset (bool atLowest=true) | 
| bool | atEnd () const | 
| Node * | getNode () | 
| Iterator & | operator= (const Iterator &src) | 
| void | operator++ (int) | 
| void | operator-- (int) | 
| Node * | operator-> () | 
| Node & | operator* () | 
Regular low->high (++) and high->low (–) iterator class for an SbMap.
      
  | 
  inline | 
Definition at line 192 of file SbMap.h.
References SbMap< KeyType, ValueType >::Iterator::reset().
      
  | 
  inline | 
Definition at line 208 of file SbMap.h.
Referenced by SbMap< KeyType, ValueType >::Iterator::operator*().
      
  | 
  inline | 
Definition at line 211 of file SbMap.h.
Referenced by SbMap< KeyType, ValueType >::Iterator::operator*(), and SbMap< KeyType, ValueType >::Iterator::operator->().
      
  | 
  inline | 
Definition at line 236 of file SbMap.h.
References SbMap< KeyType, ValueType >::Iterator::atEnd(), and SbMap< KeyType, ValueType >::Iterator::getNode().
      
  | 
  inline | 
Definition at line 233 of file SbMap.h.
References SbMap< KeyType, ValueType >::Iterator::getNode().
      
  | 
  inline | 
Definition at line 203 of file SbMap.h.
Referenced by SbMap< KeyType, ValueType >::Iterator::Iterator().