VR-Forces 4.1.1 Class Documentation
scenarioExtrasMgr.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: scenarioExtrasMgr.h,v $ $Revision: 1.6 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef scenarioExtrasMgr_h
15 #define scenarioExtrasMgr_h
16 
18 #include <vlutil/vlString.h>
20 
21 //forward defs
22 class DtSimManager;
23 
30 {
31 public:
32  DtScenarioExtrasMgr(DtSimManager* simManager);
33  virtual ~DtScenarioExtrasMgr();
34 
35 private:
37 
39  DtScenarioExtrasMgr& operator=(const DtScenarioExtrasMgr& orig);
41 
42 
43 public:
46  virtual bool init();
47 
48  virtual bool readScenarioExtrasFile(const DtString& filename);
49  virtual void writeScenarioExtrasFile(const DtString& filename);
50 
54  virtual DtRwScenarioExtras& scenarioExtras();
55 
57 
58 protected:
60 
61 };
62 
63 #endif

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)