![]() |
VR-Link API Documentation for HLA Evolved
|
Inheritance diagram for DtEnvironmentObjectRepository:
Collaboration diagram for DtEnvironmentObjectRepository:Public Member Functions | |
| DtEnvironmentObjectRepository () | |
| virtual | ~DtEnvironmentObjectRepository () |
| DtEnvironmentObjectRepository (const DtEnvironmentObjectRepository &orig) | |
| DtEnvironmentObjectRepository & | operator= (const DtEnvironmentObjectRepository &orig) |
| virtual DtStateRepository * | clone (bool copy) const |
| Return a copy/empty object of the same type as this. | |
| virtual void | setObjectId (const DtEntityIdentifier &identifier) |
| Set/Get Environment Object ID. | |
| virtual const DtEntityIdentifier & | objectId () const |
| virtual void | setReferencedObjectId (const DtGlobalObjectDesignator &rtiObject) |
| Set/Get Referenced Object ID. | |
| virtual const DtGlobalObjectDesignator & | referencedObjectId () const |
| virtual void | setForceId (const DtForceType value) |
| Set/Get Force ID. | |
| virtual DtForceType | forceId () const |
| virtual void | setObjectType (const DtSyntheticEnvironmentObjectType &type) |
| Set/Get Object Type. | |
| virtual const DtSyntheticEnvironmentObjectType & | objectType () const |
| virtual void | printData () const |
| Prints data to DtInfo. | |
| virtual void | printDataToStream (std::ostream &stream) const |
| Prints data to the specified stream. | |
Public Member Functions inherited from DtStateRepository | |
| virtual | ~DtStateRepository () |
| destructor | |
| DtStateRepository & | operator= (const DtStateRepository &orig) |
| assignment operator | |
| virtual void | setGlobalId (const DtGlobalObjectDesignator &id) |
| Get/Set global identifier, or name. | |
| virtual const DtGlobalObjectDesignator & | globalId () const |
| virtual void | setLocalId (const DtObjectId &id) |
| Get/Set local identifier, or handle. | |
| virtual const DtObjectId & | localId () const |
Static Public Member Functions | |
| static DtEnvironmentObjectRepository * | create () |
Protected Attributes | |
| DtEntityIdentifier | myObjectId |
| DtGlobalObjectDesignator | myReferencedObjId |
| DtForceType | myForceId |
| DtSyntheticEnvironmentObjectType | myObjectType |
Protected Attributes inherited from DtStateRepository | |
| DtGlobalObjectDesignator | myGlobalId |
| DtObjectId | myLocalId |
Additional Inherited Members | |
Protected Member Functions inherited from DtStateRepository | |
| DtStateRepository () | |
| Constructors are protected since this is an abstract base class. | |
| DtStateRepository (const DtStateRepository &orig) | |
| copy constructor | |
| DtEnvironmentObjectRepository::DtEnvironmentObjectRepository | ( | ) |
|
virtual |
| DtEnvironmentObjectRepository::DtEnvironmentObjectRepository | ( | const DtEnvironmentObjectRepository & | orig | ) |
|
virtual |
Return a copy/empty object of the same type as this.
Implements DtStateRepository.
Reimplemented in DtLinearObjectRepository, DtPointObjectRepository, and DtArealObjectRepository.
|
static |
Reimplemented in DtLinearObjectRepository, DtPointObjectRepository, and DtArealObjectRepository.
|
virtual |
|
virtual |
|
virtual |
| DtEnvironmentObjectRepository& DtEnvironmentObjectRepository::operator= | ( | const DtEnvironmentObjectRepository & | orig | ) |
|
virtual |
Prints data to DtInfo.
Implements DtStateRepository.
Reimplemented in DtPointObjectRepository, DtLinearObjectRepository, and DtArealObjectRepository.
|
virtual |
Prints data to the specified stream.
Reimplemented from DtStateRepository.
Reimplemented in DtPointObjectRepository, DtLinearObjectRepository, and DtArealObjectRepository.
|
virtual |
|
virtual |
Set/Get Force ID.
|
virtual |
Set/Get Environment Object ID.
|
virtual |
Set/Get Object Type.
|
virtual |
Set/Get Referenced Object ID.
|
protected |
|
protected |
|
protected |
|
protected |