VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
evalEntInArea.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
12 #include "vrfutil/evaluator.h"
13 
20 {
21 public:
22 
25 
27  virtual ~DtEvalEntInArea();
28 
30  DtEvalEntInArea(const DtEvalEntInArea& orig);
31 
34 
36  virtual DtEvaluator* clone();
37 
45  virtual bool evaluate(DtSimCondExpr* condExpr,
46  const DtUUID& object, DtSimManager* simManager) const;
47 
48 public:
49 
51  static DtEvaluator * creator();
52 
53 protected:
54  mutable bool myWarnedOnce;
55 };

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)