![]() |
VR-Forces Developer's Guide
|
Hilltop Query Job.

Public Member Functions | |
| DtHilltopQueryJob (DtTerrainInterface *, const std::list< DtLocation3D > &corners, int nPointsToReturn, bool bDebug) | |
| virtual | ~DtHilltopQueryJob () override |
| void | message (Severity severity, std::string msg) |
| virtual void | onExecute () override |
| virtual void | onException () override |
Public Member Functions inherited from DtAsyncDetachedJob | |
| virtual std::shared_ptr < DtAsyncJobMapEntry > | getEntry () const override |
| virtual void | setEntry (std::shared_ptr< DtAsyncJobMapEntry >) override |
| virtual void | execute () override |
Public Member Functions inherited from DtAsyncJob | |
| DtAsyncJob () | |
| virtual | ~DtAsyncJob () |
| virtual void | tick () |
| virtual bool | cancel () const override |
Public Member Functions inherited from DtAlgorithmManager | |
| virtual void | message (Severity, const std::string &) const |
| void | errorMessage (const std::string &) const |
| void | warnMessage (const std::string &) const |
| void | infoMessage (const std::string &) const |
| void | verboseMessage (const std::string &) const |
| void | debugMessage (const std::string &) const |
Protected Attributes | |
| DtTerrainInterface * | pMyTerrainInterface |
| std::list< DtLocation3D > | myCorners |
| int | nMyPointsToReturn |
| bool | bMyDebug |
Protected Attributes inherited from DtAsyncDetachedJob | |
| std::shared_ptr < DtAsyncJobMapEntry > | myEntry |
Protected Attributes inherited from DtAsyncJob | |
| DtAsyncJobServer * | myServer |
Additional Inherited Members | |
Public Types inherited from DtAlgorithmManager | |
| enum | Severity { Error, WARN, INFO, VERBOSE, DEBUG_LEVEL } |
| typedef DtTaggedException < DtAlgorithmManager > | Exception |
|
explicit |
|
overridevirtual |
| void DtHilltopQueryJob::message | ( | Severity | severity, |
| std::string | msg | ||
| ) |
|
overridevirtual |
Spawns the task, does the work.
Implements DtAsyncJob.
|
overridevirtual |
Called when an exception is caught during execution.
Implements DtAsyncJob.
|
protected |
|
protected |
|
protected |
|
protected |