![]() |
VR-Forces 4.6.1 Class Documentation
|
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). | |
| DtDynamicTerrainQueryHandle (const boost::shared_ptr< QueryHandleImpl > &) | |
| Constructs a request handle with specified request info. | |
| void | removeQuery () |
| Remove the query from the system. | |
| void | releaseOwnership () |
| Release our ownership of the query managed by this handle. | |
Private Attributes | |
| boost::shared_ptr < QueryHandleImpl > | myImpl |
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.
|
private |