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
vrfplanmgr
evalRandom.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
#include "
vrfplanmgr/vrfplanmgrDefines.h
"
12
#include "
vrfutil/evaluator.h
"
13
18
class
DT_DLL_vrfplanmgr
DtEvalRandom
:
public
DtEvaluator
19
{
20
public
:
21
23
DtEvalRandom
();
24
26
virtual
~
DtEvalRandom
();
27
29
DtEvalRandom
(
const
DtEvalRandom
& orig);
30
32
DtEvalRandom
&
operator=
(
const
DtEvalRandom
& orig);
33
35
virtual
DtEvaluator
*
clone
();
36
40
virtual
bool
evaluate
(
DtSimCondExpr
* condExpr,
41
const
DtUUID
&
object
,
DtSimManager
* simManager,
const
DtPlan
* = 0)
const
;
42
43
public
:
44
46
static
DtEvaluator
* creator();
47
};
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
)