VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 
11 #include "vrfutil/evaluator.h"
13 
20 
22 class DtVrfObject;
23 
24 
27 {
28 public:
31 
34 
37 
40  const DtEvalMissileApproachWarning& orig);
41 
43  virtual DtEvaluator* clone();
44 
52  virtual bool evaluate(DtSimCondExpr* condExpr,
53  const DtString& objectName, DtSimManager* simManager) const;
54 
56  static DtEvaluator* creator();
57 
58 protected:
65  DtCompositePredicate opposingMissilesPredicate(const DtVrfObject* vrfObject)
66  const;
67 
68 protected:
71 };
72 
73 

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)