OSG::ContainerIdMapper Struct Reference

Helper class for mapping field container id's from one system to another.

#include <OSGContainerIdMapper.h>

Inheritance diagram for OSG::ContainerIdMapper:

OSG::RemoteAspectFieldContainerMapper List of all members.

Public Member Functions

virtual ~ContainerIdMapper ()
virtual UInt32 map (UInt32 uiId)=0

Detailed Description

Definition at line 55 of file OSGContainerIdMapper.h.


Constructor & Destructor Documentation

OSG::ContainerIdMapper::~ContainerIdMapper (  )  [virtual]

Definition at line 47 of file OSGContainerIdMapper.cpp.

00048 {
00049 }


Member Function Documentation

virtual UInt32 OSG::ContainerIdMapper::map ( UInt32  uiId  )  [pure virtual]

Return mapping of field container id.

Parameters:
uiId The id to map from.
Returns:
Returns the mapped id.

Implemented in OSG::RemoteAspectFieldContainerMapper.

Referenced by OSG::FieldContainerFactoryBase::getMappedContainer(), and OSG::FieldBundleFactoryBase::getMappedContainer().


The documentation for this struct was generated from the following files: