VR-Forces 4.8 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
DtDynamicTerrainRequestHandle Class Reference

Resource handle for a dynamic terrain change request which has been added to the system. More...

Classes

class  RequestHandleImpl
 

Public Member Functions

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

Private Attributes

boost::shared_ptr
< RequestHandleImpl
myImpl
 

Detailed Description

Resource handle for a dynamic terrain change request which has been added to the system.

Returned from DtTerrainImplementation::addDynamicTerrainChangeRequest(). Allows caller to manage request.

Constructor & Destructor Documentation

DtDynamicTerrainRequestHandle::DtDynamicTerrainRequestHandle ( )

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

DtDynamicTerrainRequestHandle::DtDynamicTerrainRequestHandle ( const boost::shared_ptr< RequestHandleImpl > &  )

Constructs a request handle with specified request info.

Member Function Documentation

void DtDynamicTerrainRequestHandle::removeTerrainChange ( )

Remove the change request from the system.

Features which are affected by this change will be notified and have a chance to change their state.

void DtDynamicTerrainRequestHandle::releaseOwnership ( )

Release our ownership of the change request managed by this handle.

The change request will remain in the system and this handle will be cleared.

Member Data Documentation

boost::shared_ptr<RequestHandleImpl> DtDynamicTerrainRequestHandle::myImpl
private

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)