VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtOsgEarthServerLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
12 #include <vrvCore/DtDe.h>
13 
14 namespace makVrv
15 {
16  class DtOsgEarthServerInterface;
17 
21  {
22 
23  public:
24 
27 
29  virtual ~DtOsgEarthServerLogic();
30 
32  virtual void setupInstances();
33 
35  void addTerrainPatch(const std::string& serverName);
36 
37  protected:
38 
40  void addTerrainPatch();
41 
43  void onCurrentServerChanged(const std::string& filename);
44 
46  void onServerRenamed(const std::string& oldname, const std::string& newname);
47 
49  void onServerAdded(const std::string& name);
50 
52  void onServerUpdated(const std::string& name);
53 
55  void onServerDeleted(const std::string& name);
56 
57  protected:
58 
61  std::string myServerFileName;
62  std::string myCoordinateSystem;
64 
65  };
66 }

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)