VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfutil
rwRealAttribute.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2001 MAK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: rwRealAttribute.h,v $ $Revision: 1.9 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef DtRwRealAttribute_H_
13
#define DtRwRealAttribute_H_
14
15
#include "
vrfutil/realAttribute.h
"
16
#include "
vrfutil/rdrWritr.h
"
17
21
22
#include "
vrfutil/vrfutilDefines.h
"
23
class
DT_DLL_vrfutil
DtRwRealAttribute
:
public
DtReaderWriter
,
public
DtRealAttribute
24
{
25
public
:
26
28
DtRwRealAttribute
(
const
DtString
& name = DtString::nullString(),
29
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
30
31
DtRwRealAttribute
(
const
DtSymbolString
& name,
32
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
33
34
DtRwRealAttribute
(
const
DtString
& name,
35
const
DtString
& key,
36
const
double
& data,
37
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
38
39
DtRwRealAttribute
(
const
DtSymbolString
& name,
40
const
DtString
& key,
41
const
double
& data,
42
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
43
45
virtual
~
DtRwRealAttribute
();
46
48
DtRwRealAttribute
(
const
DtRwRealAttribute
& orig,
49
const
DtString
& name = DtString::nullString(),
50
DtReaderWriterRegistry
* parentRegistry = NULL);
51
52
DtRwRealAttribute
(
const
DtRwRealAttribute
& orig,
53
const
DtSymbolString
& name,
54
DtReaderWriterRegistry
* parentRegistry = NULL);
55
57
DtRwRealAttribute
&
operator=
(
const
DtRwRealAttribute
& orig);
58
60
DtRealAttribute
&
operator=
(
const
DtRealAttribute
& realAttribute);
61
65
virtual
void
putData
(FILE* fp,
int
indentlLevel = 0);
66
virtual
DtlObjPtr
getData
(DtlObjPtr args,
const
DtFilename& searchPath,
67
const
DtVariableBindingsList
& variableBindings);
68
72
virtual
const
char
*
readerWriterType
()
const
;
73
};
74
75
#endif
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)