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
evalEntDestroyed.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2016 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
7
8
#pragma once
9
10
#include "
vrfutil/evaluator.h
"
11
#include "
vrfplanmgr/evalSimulationObject.h
"
12
17
18
class
DT_DLL_vrfplanmgr
DtEvalEntDestroyed
:
public
DtEvalSimulationObject
19
{
20
public
:
21
23
DtEvalEntDestroyed
();
24
26
virtual
~
DtEvalEntDestroyed
();
27
29
DtEvalEntDestroyed
(
const
DtEvalEntDestroyed
& orig);
30
32
DtEvalEntDestroyed
&
operator=
(
const
DtEvalEntDestroyed
& orig);
33
35
virtual
DtEvaluator
*
clone
();
36
43
virtual
bool
evaluate
(
DtSimCondExpr
* condExpr,
44
const
DtUUID
&
object
,
DtSimManager
* simManager,
const
DtPlan
*)
const
;
45
46
public
:
47
49
static
DtEvaluator
* creator();
50
};
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
)