VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
evalMissileApproachWarning.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
13 
20 
22 
24 {
25 public:
28 
30  virtual ~DtEvalMissileApproachWarning() override;
31 
34 
37  const DtEvalMissileApproachWarning& orig);
38 
40  virtual DtEvaluator* clone() override;
41 
49  virtual bool evaluate(DtSimCondExpr* condExpr, DtLocalObject* owner, const DtSimulationServices* simManager,
50  const DtPlan* = 0) const override;
51 
53  static DtEvaluator* creator();
54 
55 protected:
62  DtCompositePredicate opposingMissilesPredicate(DtSimObjectReference vrfObject)
63  const;
64 
65 protected:
68 };
DtEvalSimulationObject & operator=(const DtEvalSimulationObject &orig)
assignment operator
Contains the DtCompositePredicate class declaration.
Definition: compositePredicate.h:23
std::shared_ptr< const DtManagedObjectList > DtManagedObjectListConstPtr
Typedef for a shared pointer to a const DtOrgViewManagedObjectList. These lists are used within VR-Fo...
Definition: managedObjectList.h:35
class DtEvalSimulationObject:
Definition: evalSimulationObject.h:19
virtual DtEvaluator * clone()=0
clone operator
#define DT_DLL_vrfplanmgr
This file is used to determine how to build.
Definition: vrfplanmgrDefines.h:28
class DtEvaluator:
Definition: evaluator.h:35
class DtPlan:
Definition: plan.h:92
DtSimCondExpr is an abstract base class representing various Conditional Expressions used by the Plan...
Definition: simCondExpr.h:53
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:96
virtual bool evaluate(DtSimCondExpr *condExpr, DtLocalObject *entity, const DtSimulationServices *simManager, const DtPlan *plan=0) const =0
Evaluate the conditional expression for the entity, and return the current result. The plan is supplied for variable substituion.
Definition: evalMissileApproachWarning.h:23
DtManagedObjectListConstPtr myOpposingMissilesList
Shared list of opposing force missiles, setup in evaluate()
Definition: evalMissileApproachWarning.h:67
A locally simulated VRF object.
Definition: localObject.h:98

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)