VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions
makVrv::DtDynamicTerrainChanges Class Referenceabstract

Public Types

typedef boost::function< void(const
DtDynamicTerrainChange &)> 
IterateRequestCallback
 

Public Member Functions

virtual ~DtDynamicTerrainChanges ()
 
virtual void iterateRequests (const IterateRequestCallback &callback) const =0
 
virtual const
DtDynamicTerrainIndex
indexFor (const DtString &key) const =0
 

Member Typedef Documentation

Constructor & Destructor Documentation

virtual makVrv::DtDynamicTerrainChanges::~DtDynamicTerrainChanges ( )
virtual

Virtual destructor.

Member Function Documentation

virtual void makVrv::DtDynamicTerrainChanges::iterateRequests ( const IterateRequestCallback callback) const
pure virtual

Call the supplied callback on all the events. Systems which can deform terrain in detailed ways can reconstruct any set of changes by finding the events they are capable of supporting and applying them in order.

virtual const DtDynamicTerrainIndex* makVrv::DtDynamicTerrainChanges::indexFor ( const DtString key) const
pure virtual

Return the index for a given key. Returns null if there is no index for that key.


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

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)