VR-Forces 4.5 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
vrfplan
rwCondExpr.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2015 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
8
9
#pragma once
10
11
class
DtRwCondExp;
12
13
#include "
vrfplan/vrfplanDefines.h
"
14
#include "
vrfutil/readerWriter.h
"
15
#include "
vrfutil/simCondExpr.h
"
16
#include "
vrfutil/rwUUID.h
"
17
24
class
DT_DLL_vrfplan
DtRwCondExpr
:
public
DtReaderWriter
25
{
26
public
:
27
29
DtRwCondExpr
(
const
DtString
& name,
30
DtReaderWriterRegistry
* parentRegistry = NULL);
31
33
DtRwCondExpr
(
const
DtString
& name,
34
DtSimCondExpr
* condExpr,
35
DtReaderWriterRegistry
* parentRegistry = NULL);
36
38
DtRwCondExpr
(
const
DtString
& name,
39
const
DtRwCondExpr
& orig,
40
DtReaderWriterRegistry
* parentRegistry = NULL);
41
43
virtual
~
DtRwCondExpr
();
44
46
DtRwCondExpr
&
operator=
(
const
DtRwCondExpr
& orig);
47
49
virtual
DtRwCondExpr
* clone(
const
DtString
& name,
50
DtReaderWriterRegistry
* parentRegistry = NULL);
51
54
virtual
bool
evaluate(
const
DtUUID
& echelonId,
55
DtSimManager
* simManager,
const
DtPlan
* = 0)
const
;
56
57
virtual
DtSimCondExpr
* condExpr()
const
;
58
virtual
void
setCondExpr(
const
DtSimCondExpr
* arg);
59
60
virtual
void
putData
(std::string& fp,
int
indentLevel = 0);
61
62
virtual
DtlObjPtr
getData
(DtlObjPtr args,
const
DtReaderWriter::SearchPaths
& searchPaths,
63
const
DtVariableBindingsList
& variableBindings);
64
66
virtual
const
DtUUID
& simulationObject()
const
;
67
68
protected
:
69
71
DtRwCondExpr
();
72
74
DtRwCondExpr
(
const
DtRwCondExpr
& orig);
75
76
DtSimCondExpr
*
myCondExpr
;
77
};
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
)