VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
evalSimTime.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 class DtCeSimTime;
23 {
24 public:
26  DtEvalSimTime();
27 
29  virtual ~DtEvalSimTime();
30 
32  DtEvalSimTime(const DtEvalSimTime& orig);
33 
36 
38  virtual DtEvaluator* clone();
39 
43  virtual bool evaluate(DtSimCondExpr* condExpr,
44  const DtUUID& uuid, DtSimManager* simManager) const;
45 
46 public:
48  static DtEvaluator * creator();
49 };

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)