VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ifOsgEarthCacheInformation.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 #include "vrfmsgs/vrfmsgsDefines.h"
13 
19 {
20 public:
21 
24 
27 
30 
33 
35  virtual int type() const;
36 
38  virtual void setRequestId(unsigned int id);
39  virtual unsigned int requestId() const;
40 
41  virtual DtSimInterfaceContent * clone() const;
42 
43  virtual int netRepSize() const;
44  virtual bool setFromNet(const char* contentBuffer,
45  unsigned contentSize);
46  virtual bool setToNet();
47 
48  static DtSimInterfaceContent* creator();
49 
51  virtual void setEstimatedTime(double);
52  double estimatedTime() const;
53 
55  virtual void setEstimatedSize(double);
56  double estimatedSize() const;
57 
58  std::vector<std::string>& elevationLayers() { return myElevationLayers; };
59  const std::vector<std::string>& elevationLayers() const { return myElevationLayers; };
60 
61  std::vector<std::string>& modelLayers() { return myModelLayers; };
62  const std::vector<std::string>& modelLayers() const { return myModelLayers; };
63 
65  virtual void merge(const DtIfOsgEarthCacheInformation&);
66 
67 protected:
68  virtual void mergeVectors(std::vector<std::string>& lhs, const std::vector<std::string>& rhs) const;
69 
70 protected:
71  DtU32 myRequestId;
74  std::vector<std::string> myElevationLayers;
75  std::vector<std::string> myModelLayers;
76 };

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)