MeVisLab Toolbox Reference
SbMap.h File Reference

Open Inventor container that associates objects of type KeyType with objects of type ValueType. More...

#include "SoShaderSystem.h"

Go to the source code of this file.

Classes

class  SbMapItem< KeyType, ValueType >
 Class SbMapItem is the element type of the SbMap tree. More...
 
class  SbMap< KeyType, ValueType >
 Open Inventor container that associates objects of type KeyType with objects of type ValueType. More...
 
class  SbMap< KeyType, ValueType >::Iterator
 Regular low->high (++) and high->low (–) iterator class for an SbMap. More...
 
class  SbMap< KeyType, ValueType >::ParentFirstIterator
 SbMap::ParentFirstIterator for an SbMap, traversing the map from top to bottom. More...
 
class  SbMap< KeyType, ValueType >::ParentLastIterator
 SbMap::ParentFirstIterator for an SbMap, traversing the map from bottom to top. More...
 
class  SbMap< KeyType, ValueType >::ByLevelIterator
 SbMap::ByLevelIterator for an SbMap, traversing the map top to bottom, level by level left to right.. More...
 
class  SbMap< KeyType, ValueType >::AccessClass
 AccessClass is a temporary class used with the [] operator on an SbMap. More...
 

Detailed Description

Open Inventor container that associates objects of type KeyType with objects of type ValueType.

Definition in file SbMap.h.