#include <OSGContainerIdMapper.h>
Inheritance diagram for OSG::ContainerIdMapper:

Public Member Functions | |
| virtual | ~ContainerIdMapper () |
| virtual UInt32 | map (UInt32 uiId)=0 |
Definition at line 55 of file OSGContainerIdMapper.h.
| OSG::ContainerIdMapper::~ContainerIdMapper | ( | ) | [virtual] |
| virtual UInt32 OSG::ContainerIdMapper::map | ( | UInt32 | uiId | ) | [pure virtual] |
Return mapping of field container id.
| uiId | The id to map from. |
Implemented in OSG::RemoteAspectFieldContainerMapper.
Referenced by OSG::FieldContainerFactoryBase::getMappedContainer(), and OSG::FieldBundleFactoryBase::getMappedContainer().