VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfplanmgr
entDestroyedSearch.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: entDstroySrch.h,v $ $Revision: 1.8 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef DtEntDestroyedSearch_H_
13
#define DtEntDestroyedSearch_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
DtEntDestroyedSearch
:
public
DtSimSubordinateSearch
33
{
34
public
:
35
37
DtEntDestroyedSearch
();
38
40
virtual
~
DtEntDestroyedSearch
();
41
42
protected
:
43
45
virtual
bool
initializeSearch
(
const
DtVrfObjectManager
* vrfObjectManager);
46
48
virtual
bool
inspectEntity
(
const
DtVrfObject
& entity);
49
53
virtual
bool
searchSubordinates
(
54
const
DtVrfObject
& pAggEntity,
bool
excludeDestroyed);
55
56
private
:
58
DtEntDestroyedSearch
(
const
DtEntDestroyedSearch
& orig);
59
61
DtEntDestroyedSearch
&
operator=
(
const
DtEntDestroyedSearch
& orig);
62
};
63
64
#endif
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)