VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfplanmgr
evalEntIdentificationLevel.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: evalEntIdentificationLevel.h,v $ $Revision: 1.1 $ $State: Exp $
7
** Created: 5/3/07 MEM
8
*******************************************************************************/
9
12
13
#ifndef evalEntIdentficationLevel_H_
14
#define evalEntIdentficationLevel_H_
15
16
#include "
vrfutil/evaluator.h
"
17
23
24
#include "
vrfplanmgr/vrfplanmgrDefines.h
"
25
class
DT_DLL_vrfplanmgr
DtEvalEntIdentficationLevel
:
public
DtEvaluator
26
{
27
public
:
28
30
DtEvalEntIdentficationLevel
();
31
33
virtual
~
DtEvalEntIdentficationLevel
();
34
36
DtEvalEntIdentficationLevel
(
const
DtEvalEntIdentficationLevel
& orig);
37
39
DtEvalEntIdentficationLevel
&
operator=
(
const
DtEvalEntIdentficationLevel
& orig);
40
42
virtual
DtEvaluator
*
clone
();
43
49
virtual
bool
evaluate
(
DtSimCondExpr
* condExpr,
50
const
DtString
& objectName,
DtSimManager
* simManager)
const
;
51
52
public
:
53
55
static
DtEvaluator
* creator();
56
};
57
58
#endif
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)