VR-Forces 4.2 Class Documentation
evalResourceOp.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2002 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: evalResourceOp.h,v $ $Revision: 1.6 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef DtEvalResourceOp_H_
13 #define DtEvalResourceOp_H_
14 
15 #include "vrfutil/evaluator.h"
16 #include <vlutil/vlString.h>
17 
24 
26 
29 {
30 public:
31 
34 
36  virtual ~DtEvalResourceOp();
37 
40 
43 
45  virtual DtEvaluator* clone();
46 
54  virtual bool evaluate(DtSimCondExpr* condExpr,
55  const DtString& echelonId, DtSimManager* simManager) const;
56 
57 public:
58 
60  static DtEvaluator * creator();
61 
62 protected:
63 
66  virtual bool getResourceValue(const DtCeResourceOperator& ceResourceOp,
67  const DtString& echelonId, DtSimManager* simManager,
68  DtReal& result) const;
69 };
70 
71 #endif

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)