VR-Forces Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfutil
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
"
23
class
DT_DLL_vrfutil
DtRealAttribute
24
{
25
26
public
:
27
28
DtRealAttribute
();
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
:
48
DtString
myKey
;
49
double
myData
;
50
};
51
52
53
#endif
DtRealAttribute::myData
double myData
Definition:
realAttribute.h:49
vrfutilDefines.h
operator==
DT_DLL_terrainCS bool operator==(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
DT_DLL_vrfutil
#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
DtString
DtRealAttribute
class DtRealAttribute:
Definition:
realAttribute.h:23
DtRealAttribute::myKey
DtString myKey
Definition:
realAttribute.h:48
Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (
www.mak.com
)