VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
entHasTargetSearch.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: entHasTargetSearch.h,v $ $Revision: 1.7 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef DtEntHasTargetSearch_H_
13 #define DtEntHasTargetSearch_H_
14 
15 #include <vlutil/vlString.h>
16 #include <vlutil/vlMachineTypes.h>
18 
19 
20 class DtVrfObject;
21 
30 
33 {
34 public:
37 
39  virtual ~DtEntHasTargetSearch();
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, bool excludeDestroyed);
53 
54 private:
57 
60 };
61 
62 #endif

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)