![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtModifyQueueEntry (DtIfModifyVrfObject modifyMessage, DtVrfObjectManager *objectManager) | |
| constructor Looks up the object in the object manager according the object ID in the message. | |
| DtModifyQueueEntry (const DtModifyQueueEntry &orig) | |
| copy constructor | |
| virtual | ~DtModifyQueueEntry () |
| destructor | |
| virtual const DtIfModifyVrfObject | modifyMessage () const |
| Returns myModifyMessage. | |
Protected Attributes | |
| DtIfModifyVrfObject | myModifyMessage |
| The modify message, as passed into the constructor. | |
Private Member Functions | |
| const DtModifyQueueEntry & | operator= (const DtModifyQueueEntry &orig) |
| assignment operator, not implemented | |
| DtModifyQueueEntry::DtModifyQueueEntry | ( | DtIfModifyVrfObject | modifyMessage, |
| DtVrfObjectManager * | objectManager | ||
| ) |
constructor Looks up the object in the object manager according the object ID in the message.
If the object has a DtVrfMovingObjectStateRepository based SR with the amClampedToGround flag set to true, the parameters from the mesage are passed to precomputeObjectLocations (from the base class).
| DtModifyQueueEntry::DtModifyQueueEntry | ( | const DtModifyQueueEntry & | orig | ) |
copy constructor
| virtual DtModifyQueueEntry::~DtModifyQueueEntry | ( | ) | [virtual] |
destructor
| virtual const DtIfModifyVrfObject DtModifyQueueEntry::modifyMessage | ( | ) | const [virtual] |
Returns myModifyMessage.
| const DtModifyQueueEntry& DtModifyQueueEntry::operator= | ( | const DtModifyQueueEntry & | orig | ) | [private] |
assignment operator, not implemented
The modify message, as passed into the constructor.