VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ifOsgEarthCacheProgress.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 
20 {
21 public:
22 
25 
27  virtual ~DtIfOsgEarthCacheProgress();
28 
31 
34 
36  virtual int type() const;
37 
39  virtual void setRequestId(unsigned int id);
40  virtual unsigned int requestId() const;
41 
42  virtual DtSimInterfaceContent * clone() const;
43 
44  virtual int netRepSize() const;
45  virtual bool setFromNet(const char* contentBuffer,
46  unsigned contentSize);
47  virtual bool setToNet();
48 
49  static DtSimInterfaceContent* creator();
50 
51  virtual void setMapNodeId(int);
52  virtual int mapNodeId() const;
53 
54  virtual void setCurrent(double);
55  virtual double current() const;
56 
57  virtual void setElapsedTime(double);
58  virtual double elapsedTime() const;
59 
60  virtual void setLayerName(const DtString&);
61  virtual const DtString& layerName() const;
62 
63 protected:
64  double myCurrent;
65  double myElapsedTime;
67  DtU32 myRequestId;
68  DtU32 myMapNodeId;
69 };

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)