![]() |
VR-Forces 5.0.3 Developer's Guide
|
Query that can be used when there is no valid navData.

Public Member Functions | |
| DtNavAreaNullQuery () | |
| virtual | ~DtNavAreaNullQuery () |
| virtual bool | complete () |
| virtual bool | tick () |
| virtual bool | success () |
| virtual void | cancel () |
| virtual bool | navDataChanged () |
| virtual bool | outOfWorkingMemory () |
| virtual bool | hadComputationError () |
| virtual std::vector< DtVector > | results () |
| virtual void * | internalQuery (void) |
Public Member Functions inherited from DtNavAreaQuery | |
| DtNavAreaQuery () | |
| virtual | ~DtNavAreaQuery () |
| virtual double | outputValue () |
| virtual std::vector< DtVector > | debugPoints () |
Additional Inherited Members | |
Public Types inherited from DtNavAreaQuery | |
| typedef boost::shared_ptr < DtNavAreaQuery > | Ptr |
| typedef boost::weak_ptr < DtNavAreaQuery > | WeakPtr |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Returns true when the query has completed.
Implements DtNavAreaQuery.
|
inlinevirtual |
Main function for performing query processing.
Implements DtNavAreaQuery.
|
inlinevirtual |
Returns true if the query completed successfully.
Implements DtNavAreaQuery.
|
inlinevirtual |
|
inlinevirtual |
Returns true if the nav data has changed during this query.
Implements DtNavAreaQuery.
|
inlinevirtual |
Returns true if the query failed due to a lack of working memory.
Implements DtNavAreaQuery.
|
inlinevirtual |
Returns true if the query failed due to a computation error.
Implements DtNavAreaQuery.
|
inlinevirtual |
A list of locations that may be the result of this query.
Implements DtNavAreaQuery.
|
inlinevirtual |
A pointer to the internal query. Not generally used.
Implements DtNavAreaQuery.