VR-Forces Development_Version 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
entUnderFireSearch.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: entUnderFireSearch.h,v $ $Revision: 1.8 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef DtEntUnderFireSearch_H_
13
#define DtEntUnderFireSearch_H_
14
15
#include <vlutil/vlString.h>
16
#include <vlutil/vlMachineTypes.h>
17
#include "
vrfobjcore/simSubordinateSearch.h
"
18
19
20
class
DtVrfObject
;
21
30
31
#include "
vrfplanmgr/vrfplanmgrDefines.h
"
32
class
DT_DLL_vrfplanmgr
DtEntUnderFireSearch
:
public
DtSimSubordinateSearch
33
{
34
public
:
36
DtEntUnderFireSearch
();
37
39
virtual
~
DtEntUnderFireSearch
();
40
41
protected
:
43
virtual
bool
initializeSearch
(
const
DtVrfObjectManager
* vrfObjectManager);
44
46
virtual
bool
inspectEntity
(
const
DtVrfObject
& entity);
47
51
virtual
bool
searchSubordinates
(
52
const
DtVrfObject
& pAggEntity);
53
54
private
:
56
DtEntUnderFireSearch
(
const
DtEntUnderFireSearch
& orig);
57
59
DtEntUnderFireSearch
&
operator=
(
const
DtEntUnderFireSearch
& orig);
60
};
61
62
#endif
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)