VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions
DtNavAreaQuery Class Referenceabstract
Inheritance diagram for DtNavAreaQuery:
Inheritance graph
[legend]

Public Types

typedef boost::shared_ptr
< DtNavAreaQuery
Ptr
 

Public Member Functions

 DtNavAreaQuery ()
 
virtual ~DtNavAreaQuery ()
 
virtual bool complete ()=0
 
virtual bool tick ()=0
 
virtual bool success ()=0
 
virtual bool navDataChanged ()=0
 Returns true if the nav data has changed during this query. More...
 
virtual bool outOfWorkingMemory ()=0
 
virtual bool hadComputationError ()=0
 
virtual std::vector< DtVectorresults ()=0
 
virtual std::vector< DtVectordebugPoints ()
 
virtual void * internalQuery ()=0
 

Member Typedef Documentation

typedef boost::shared_ptr<DtNavAreaQuery> DtNavAreaQuery::Ptr

Constructor & Destructor Documentation

DtNavAreaQuery::DtNavAreaQuery ( )
inline
virtual DtNavAreaQuery::~DtNavAreaQuery ( )
inlinevirtual

Member Function Documentation

virtual bool DtNavAreaQuery::complete ( )
pure virtual

Implemented in DtNavAreaNullQuery.

virtual bool DtNavAreaQuery::tick ( )
pure virtual

Implemented in DtNavAreaNullQuery.

virtual bool DtNavAreaQuery::success ( )
pure virtual

Implemented in DtNavAreaNullQuery.

virtual bool DtNavAreaQuery::navDataChanged ( )
pure virtual

Returns true if the nav data has changed during this query.

Implemented in DtNavAreaNullQuery.

virtual bool DtNavAreaQuery::outOfWorkingMemory ( )
pure virtual

Implemented in DtNavAreaNullQuery.

virtual bool DtNavAreaQuery::hadComputationError ( )
pure virtual

Implemented in DtNavAreaNullQuery.

virtual std::vector<DtVector> DtNavAreaQuery::results ( )
pure virtual

Implemented in DtNavAreaNullQuery.

virtual std::vector<DtVector> DtNavAreaQuery::debugPoints ( )
inlinevirtual
virtual void* DtNavAreaQuery::internalQuery ( )
pure virtual

Implemented in DtNavAreaNullQuery.


The documentation for this class was generated from the following file:

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)