|
MeVisLab Resolution Independence API
|
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.
Definition at line 188 of file SbMap.h.
Referenced by Iterator(), and operator=().
|
inline |
Definition at line 197 of file SbMap.h.
References Iterator().
|
inline |
Definition at line 208 of file SbMap.h.
Referenced by operator*().
|
inline |
Definition at line 211 of file SbMap.h.
Referenced by operator*(), and operator->().
|
inline |
Definition at line 216 of file SbMap.h.
References Iterator().
|
inline |
Definition at line 203 of file SbMap.h.
Referenced by Iterator().