![]() |
VR-Link API Documentation for DIS
|
Instances of DtSystemHashKey are used as hash keys for an emitter system. More...
Inheritance diagram for DtSystemHashKey:
Collaboration diagram for DtSystemHashKey:Public Member Functions | |
| DtSystemHashKey () | |
| default constructor - generally should not be called | |
| DtSystemHashKey (const DtGlobalObjectDesignator &id, int systemId) | |
| default constructor | |
| virtual | ~DtSystemHashKey () |
| destructor | |
| DtSystemHashKey (const DtSystemHashKey &orig) | |
| copy constructor | |
| DtSystemHashKey & | operator= (const DtSystemHashKey &orig) |
| assignment operator | |
| virtual DtBaseHashKey * | clone () const |
| Make a copy of this hash key. | |
| virtual int | value () const |
| Get hash key value. | |
| virtual const DtString | stringRep () const |
| Get the string representation of this key. | |
Protected Member Functions | |
| virtual DtU32 | computeHashValue () |
| Compute the hashed value for this key. | |
Protected Attributes | |
| DtGlobalObjectDesignatorHashKey | myDesHashKey |
| int | mySystemId |
Instances of DtSystemHashKey are used as hash keys for an emitter system.
default constructor - generally should not be called
| DtSystemHashKey::DtSystemHashKey | ( | const DtGlobalObjectDesignator & | id, |
| int | systemId | ||
| ) |
default constructor
| virtual DtSystemHashKey::~DtSystemHashKey | ( | ) | [virtual] |
destructor
| DtSystemHashKey::DtSystemHashKey | ( | const DtSystemHashKey & | orig | ) |
copy constructor
| virtual DtBaseHashKey* DtSystemHashKey::clone | ( | ) | const [virtual] |
Make a copy of this hash key.
Implements DtBaseHashKey.
| virtual DtU32 DtSystemHashKey::computeHashValue | ( | ) | [protected, virtual] |
Compute the hashed value for this key.
Implements DtBaseHashKey.
| DtSystemHashKey& DtSystemHashKey::operator= | ( | const DtSystemHashKey & | orig | ) |
assignment operator
| virtual const DtString DtSystemHashKey::stringRep | ( | ) | const [virtual] |
Get the string representation of this key.
Implements DtBaseHashKey.
| virtual int DtSystemHashKey::value | ( | ) | const [virtual] |
Get hash key value.
int DtSystemHashKey::mySystemId [protected] |