VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
realAttribute.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2004 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: realAttribute.h,v $ $Revision: 1.4 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DtRealAttribute_H_
13 #define DtRealAttribute_H_
14 
19 
20 #include <vlutil/vlString.h>
21 
22 #include "vrfutil/vrfutilDefines.h"
24 {
25 
26 public:
27 
29 
30  DtRealAttribute(const DtString& key, double data);
31 
32  virtual ~DtRealAttribute();
33 
34  DtRealAttribute(const DtRealAttribute& orig);
35 
36  DtRealAttribute& operator=(const DtRealAttribute& orig);
37 
38  bool operator==(const DtRealAttribute& rhs) const;
39 
40  const DtString& key() const;
41  DtString& key();
42  void setKey(const DtString& newKey);
43 
44  double data() const;
45  void setData(double newData);
46 
47 protected:
49  double myData;
50 };
51 
52 
53 #endif
double myData
Definition: realAttribute.h:49
DT_DLL_terrainCS bool operator==(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
class DtRealAttribute:
Definition: realAttribute.h:23
DtString myKey
Definition: realAttribute.h:48

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)