VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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>
18 
19 
20 class DtVrfObject;
21 
30 
33 {
34 public:
35 
38 
40  virtual ~DtEntDestroyedSearch();
41 
42 protected:
43 
45  virtual bool initializeSearch(const DtVrfObjectManager* vrfObjectManager);
46 
48  virtual bool inspectEntity(const DtVrfObject& entity);
49 
51  virtual bool inspectAggregateEntity(const DtVrfObject & entity, bool excludeDestroyed);
52 
56  virtual bool searchSubordinates(
57  const DtVrfObject& pAggEntity, bool excludeDestroyed);
58 
59 private:
62 
65 };
66 
67 #endif
virtual bool initializeSearch(const DtVrfObject &entity)
Override initializeSearch if you need to do some initialization at the start of the search process...
virtual bool inspectEntity(const DtVrfObject &entity)
Override inspectEntity to do any tests you want to do on base entities that are found in the search...
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
DtSimSubordinateSearch & operator=(const DtSimSubordinateSearch &orig)
assignment operator; not implemented
virtual bool searchSubordinates(const DtVrfObject &entity, bool excludeDestroyed)
SearchSubordinates will call searchSubtree on all the immediate children of a given pseudo aggregate...
class DtEntDestroyedSearch:
Definition: entDestroyedSearch.h:32
class DtSimSubordinateSearch:
Definition: simSubordinateSearch.h:23
#define DT_DLL_vrfplanmgr
This file is used to determine how to build.
Definition: vrfplanmgrDefines.h:28
class DtVrfObjectManager:
Definition: vrfObjectManager.h:202
virtual bool inspectAggregateEntity(const DtVrfObject &entity, bool excludeDestroyed)

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)