Resource handle for a query which has been added to the system. Returned from DtTerrainImplementation::queryDynamicTerrainFeatures(). Allows caller to manage query.
| 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.
| 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.
The documentation for this class was generated from the following file: