VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfutil
rwRealAttribute.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
8
9
#pragma once
10
11
#include "
vrfutil/realAttribute.h
"
12
#include "
vrfutil/readerWriter.h
"
13
17
18
#include "
vrfutil/vrfutilDefines.h
"
19
class
DT_DLL_vrfutil
DtRwRealAttribute
:
public
DtReaderWriter
,
public
DtRealAttribute
20
{
21
public
:
22
24
DtRwRealAttribute
(
const
DtString
& name = DtString::nullString(),
25
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
26
27
DtRwRealAttribute
(
const
DtSymbolString
& name,
28
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
29
30
DtRwRealAttribute
(
const
DtString
& name,
31
const
DtString
& key,
32
const
double
& data,
33
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
34
35
DtRwRealAttribute
(
const
DtSymbolString
& name,
36
const
DtString
& key,
37
const
double
& data,
38
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
39
41
virtual
~
DtRwRealAttribute
();
42
44
DtRwRealAttribute
(
const
DtRwRealAttribute
& orig,
45
const
DtString
& name = DtString::nullString(),
46
DtReaderWriterRegistry
* parentRegistry = NULL);
47
48
DtRwRealAttribute
(
const
DtRwRealAttribute
& orig,
49
const
DtSymbolString
& name,
50
DtReaderWriterRegistry
* parentRegistry = NULL);
51
53
DtRwRealAttribute
&
operator=
(
const
DtRwRealAttribute
& orig);
54
56
DtRealAttribute
&
operator=
(
const
DtRealAttribute
& realAttribute);
57
61
virtual
void
putData
(std::string& fp,
int
indentlLevel = 0);
62
virtual
DtlObjPtr
getData
(DtlObjPtr args,
const
DtReaderWriter::SearchPaths
& searchPaths,
63
const
DtVariableBindingsList
& variableBindings);
64
68
virtual
const
char
*
readerWriterType
()
const
;
69
70
bool
operator==
(
const
DtRwRealAttribute
&)
const
;
71
bool
operator!=
(
const
DtRwRealAttribute
& rhs)
const
{
return
!(*
this
== rhs); };
72
};
Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)