VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
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/subSearch.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 Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)