VR-Forces Developer's Guide
 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 #pragma once
7 
8 #include <vlutil/vlString.h>
9 #include <vlutil/vlMachineTypes.h>
11 
20 
23 {
24 public:
25 
28 
30  virtual ~DtEntDestroyedSearch() override;
31 
32 protected:
33 
35  virtual bool initializeSearch(const DtSimulationServices* vrfObjectManager) override;
36 
38  virtual bool inspectEntity(DtSimObjectReference entity) override;
39 
41  virtual bool inspectAggregateEntity(DtSimObjectReference entity, bool excludeDestroyed) override;
42 
46  virtual bool searchSubordinates(DtSimObjectReference pAggEntity, bool excludeDestroyed) override;
47 
48 private:
51 
54 };
DtSimSubordinateSearch & operator=(const DtSimSubordinateSearch &orig)
assignment operator; not implemented
class DtEntDestroyedSearch:
Definition: entDestroyedSearch.h:22
class DtSimSubordinateSearch:
Definition: simSubordinateSearch.h:24
virtual bool inspectAggregateEntity(DtSimObjectReference entity, bool excludeDestroyed)
#define DT_DLL_vrfplanmgr
This file is used to determine how to build.
Definition: vrfplanmgrDefines.h:28
virtual bool searchSubordinates(DtSimObjectReference entity, bool excludeDestroyed)
SearchSubordinates will call searchSubtree on all the immediate children of a given pseudo aggregate...
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:96
virtual bool initializeSearch(DtSimObjectReference entity)
Override initializeSearch if you need to do some initialization at the start of the search process...
virtual bool inspectEntity(DtSimObjectReference entity)
Override inspectEntity to do any tests you want to do on base entities that are found in the search...

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)