VR-Forces 4.3.1 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
evalEntIdentficationLevel.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 Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)