VR-Forces 4.10 Class Documentation
 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. More...

Classes

class  QueryHandleImpl
 

Public Member Functions

 DtDynamicTerrainQueryHandle ()
 Default constructor, constructor a null handle (points to nothing). More...
 
 DtDynamicTerrainQueryHandle (const boost::shared_ptr< QueryHandleImpl > &)
 Constructs a request handle with specified request info. More...
 
void removeQuery ()
 Remove the query from the system. More...
 
void releaseOwnership ()
 Release our ownership of the query managed by this handle. More...
 

Private Attributes

boost::shared_ptr
< QueryHandleImpl
myImpl
 

Detailed Description

Resource handle for a query which has been added to the system.

Returned from DtTerrainImplementation::queryDynamicTerrainFeatures(). Allows caller to manage query.

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 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)