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
vrfplanmgr
checkEntityIdLevelSearch.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: checkEntityIdLevelSearch.h,v $ $Revision: 1.1 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef DtCheckEntityIdLevelSearch_H_
13
#define DtCheckEntityIdLevelSearch_H_
14
15
#include <vlutil/vlString.h>
16
#include <vlutil/vlMachineTypes.h>
17
#include "
vrfobjcore/simSubordinateSearch.h
"
18
19
20
class
DtVrfObject
;
21
29
30
#include "
vrfplanmgr/vrfplanmgrDefines.h
"
31
class
DT_DLL_vrfplanmgr
DtCheckEntityIdLevelSearch
:
public
DtSimSubordinateSearch
32
{
33
public
:
34
36
DtCheckEntityIdLevelSearch
();
37
39
virtual
~
DtCheckEntityIdLevelSearch
();
40
41
void
setCombatIdLevel(
int
i);
42
void
setEntity(
const
DtVrfObject
*);
43
44
protected
:
45
47
virtual
bool
initializeSearch
(
const
DtVrfObjectManager
* vrfObjectManager);
48
50
virtual
bool
inspectEntity
(
const
DtVrfObject
& entity);
51
55
virtual
bool
searchSubordinates
(
56
const
DtVrfObject
& pAggEntity);
57
58
private
:
60
DtCheckEntityIdLevelSearch
(
const
DtCheckEntityIdLevelSearch
& orig);
61
63
DtCheckEntityIdLevelSearch
&
operator=
(
const
DtCheckEntityIdLevelSearch
& orig);
64
65
protected
:
66
int
myCombatIdLevel
;
67
const
DtVrfObject
*
myEntity
;
68
};
69
70
inline
void
DtCheckEntityIdLevelSearch::setCombatIdLevel
(
int
i)
71
{
72
myCombatIdLevel
= i;
73
}
74
75
inline
void
DtCheckEntityIdLevelSearch::setEntity
(
const
DtVrfObject
* o)
76
{
77
myEntity
= o;
78
}
79
80
#endif
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
)