![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2003 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: entUnderFireSearch.h,v $ $Revision: 1.8 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00012 #ifndef DtEntUnderFireSearch_H_ 00013 #define DtEntUnderFireSearch_H_ 00014 00015 #include <vlutil/vlString.h> 00016 #include <vlutil/vlMachineTypes.h> 00017 #include "vrfobjcore/subSearch.h" 00018 00019 00020 class DtVrfObject; 00021 00030 00031 #include "vrfplanmgr/vrfplanmgrDefines.h" 00032 class DT_DLL_vrfplanmgr DtEntUnderFireSearch : public DtSimSubordinateSearch 00033 { 00034 public: 00036 DtEntUnderFireSearch(); 00037 00039 virtual ~DtEntUnderFireSearch(); 00040 00041 protected: 00043 virtual bool initializeSearch(const DtVrfObjectManager* vrfObjectManager); 00044 00046 virtual bool inspectEntity(const DtVrfObject& entity); 00047 00051 virtual bool searchSubordinates( 00052 const DtVrfObject& pAggEntity); 00053 00054 private: 00056 DtEntUnderFireSearch(const DtEntUnderFireSearch& orig); 00057 00059 DtEntUnderFireSearch& operator=(const DtEntUnderFireSearch& orig); 00060 }; 00061 00062 #endif