VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Classes | Public Member Functions | Private Attributes
DtDynamicTerrainQueryHandle Class Reference

Resource handle for a query which has been added to the system. Returned from DtTerrainImplementation::queryDynamicTerrainFeatures(). Allows caller to manage query.

Classes

class  QueryHandleImpl
 

Public Member Functions

 DtDynamicTerrainQueryHandle ()
 
 DtDynamicTerrainQueryHandle (const boost::shared_ptr< QueryHandleImpl > &)
 
void removeQuery ()
 
void releaseOwnership ()
 

Private Attributes

boost::shared_ptr
< QueryHandleImpl
myImpl
 

Constructor & Destructor Documentation

DtDynamicTerrainQueryHandle::DtDynamicTerrainQueryHandle ( )

Default constructor, constructor a null handle (points to nothing).

DtDynamicTerrainQueryHandle::DtDynamicTerrainQueryHandle ( const boost::shared_ptr< QueryHandleImpl > &  )

Constructs a request handle with specified request info.

Member Function Documentation

void DtDynamicTerrainQueryHandle::removeQuery ( )

Remove the query from the system.

void DtDynamicTerrainQueryHandle::releaseOwnership ( )

Release our ownership of the query managed by this handle. The query will remain in the system and this handle will be cleared.

Member Data Documentation

boost::shared_ptr<QueryHandleImpl> DtDynamicTerrainQueryHandle::myImpl
private

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

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)