VR-Forces 4.3 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
vrfutil
ceCheckEntityIdentificationLevel.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2007 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: condExpCheckEntityIdentificationLevel.h,v $ $Revision: 1.2 $ $State: Exp $
7
** Created: 5/3/07 MEM
8
*******************************************************************************/
9
12
13
#ifndef ceCheckEntityIdentificationLevel_H_
14
#define ceCheckEntityIdentificationLevel_H_
15
16
#include "
vrfutil/readerWriter.h
"
17
#include "
vrfutil/rwString.h
"
18
#include "
vrfutil/rwInt.h
"
19
#include "
vrfutil/simCondExpr.h
"
20
21
const
char
DtCeCheckEntIdLevelTypeName
[] =
"CheckEntityDetectionLevel"
;
22
28
#include "
vrfutil/vrfutilDefines.h
"
29
class
DT_DLL_vrfutil
DtCeCheckEntityIdentificationLevel
:
public
DtSimCondExpr
30
{
31
public
:
32
34
DtCeCheckEntityIdentificationLevel
();
35
37
DtCeCheckEntityIdentificationLevel
(
DtReaderWriterRegistry
* parentRegistry);
38
40
DtCeCheckEntityIdentificationLevel
(
const
DtCeCheckEntityIdentificationLevel
& orig,
41
DtReaderWriterRegistry
* parentRegistry = NULL);
42
44
virtual
~
DtCeCheckEntityIdentificationLevel
();
45
47
DtCeCheckEntityIdentificationLevel
&
operator=
(
const
DtCeCheckEntityIdentificationLevel
& orig);
48
50
virtual
DtSimCondExpr
*
clone
(
DtReaderWriterRegistry
* parentRegistry = NULL);
51
53
virtual
int
type
()
const
;
54
56
virtual
void
setEntityName(
const
DtString
& name);
57
virtual
const
DtString
& entityName()
const
;
58
60
virtual
void
setLevel(
const
int
level
);
61
virtual
const
int
level
()
const
;
62
69
virtual
void
setModifier(
const
DtString
& arg);
70
virtual
const
DtString
& modifier()
const
;
71
81
virtual
DtString
stringRep
(
int
subExprIndex = DtSR_EXPR)
const
;
82
85
virtual
int
netRepSize
()
const
;
86
88
virtual
bool
setFromNet
(
const
char
* contentBuffer,
89
unsigned
contentSize);
90
93
virtual
bool
setToNet
();
94
95
static
DtSimCondExpr
* creator();
96
97
protected
:
98
DtRwString
myEntityName
;
99
DtRwInt
myIdentificationLevel
;
100
DtRwString
myModifier
;
101
};
102
103
#endif
104
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)