VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vrfDynamicTerrainPrinter.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 class DtExerciseConn;
14 
15 // Registers for all Dynamic Terrain updates and prints the current state.
17 {
18 private:
20 
25 
26 public:
27 
28  DtVrfDynamicTerrainPrinter(DtExerciseConn* exConn);
30 
31  virtual bool init();
32 
33 protected:
34 
36 
37  static void dynamicTerrainObjectAddedCallback(DtReflectedDynamicTerrain* object, void* usr);
40 
42 
43  static void dynamicTerrainObjectUpdatedCallback(DtReflectedDynamicTerrain* object, void* usr);
46 
48 
49  static void dynamicTerrainObjectRemovedCallback(DtReflectedDynamicTerrain* object, void* usr);
52 
53 protected:
54 
55  DtExerciseConn* myExConn;
57 
58 };
59 

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)