Protected Member Functions |
| virtual void | precomputeObjectLocations (DtObjectType type, DtVector location, double heading, bool includeSubObjects=true) |
| | Recursively determines the locations of all entities for a given object type and location (including aggregates and subaggregates).
|
Constructor & Destructor Documentation
| DtObjectOperationQueueEntry::DtObjectOperationQueueEntry |
( |
DtVrfObjectManager * |
objectManager | ) |
|
| virtual DtObjectOperationQueueEntry::~DtObjectOperationQueueEntry |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual bool DtObjectOperationQueueEntry::isReadyForExecution |
( |
| ) |
|
|
virtual |
Checks to see if all the required locations have been paged in.
Iterates over myRequiredLocations and makes a non-blocking terrain intersection test to see if the data is available and if so removes that vector from the list.
- Returns
- true if myRequiredLocations.empty()
| virtual void DtObjectOperationQueueEntry::precomputeObjectLocations |
( |
DtObjectType |
type, |
|
|
DtVector |
location, |
|
|
double |
heading, |
|
|
bool |
includeSubObjects = true |
|
) |
| |
|
protectedvirtual |
Recursively determines the locations of all entities for a given object type and location (including aggregates and subaggregates).
Stores all the locations in myRequiredLocations. Local coordinates are used to prevent polling calls to isReadyForCreation from having to constantly convert from geocentric. This function is called by the constructor with the type, location and heading from the DtIfCreateVrfObject. The includeSubObjects parameter will prevent a sub objects (i.e. an aggregate subordinates) locations from being added (for use when creating an aggregate in the DtAggregated state).
assignment operator, not implemented
Member Data Documentation
| std::list<DtVector> DtObjectOperationQueueEntry::myRequiredLocations |
|
protected |
The documentation for this class was generated from the following file: