![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2008 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: evalEntDiGuyAnimation.h,v $ $Revision: 1.1 $ $State: Exp $ 00007 ** Created: 12/09/08 MEM 00008 *******************************************************************************/ 00009 00012 00013 #ifndef evalEntDiGuyAnimation_H_ 00014 #define evalEntDiGuyAnimation_H_ 00015 00016 #include "vrfutil/evaluator.h" 00017 00022 00023 #include "vrfplanmgr/vrfplanmgrDefines.h" 00024 class DT_DLL_vrfplanmgr DtEvalEntDiGuyAnimation : public DtEvaluator 00025 { 00026 public: 00027 00029 DtEvalEntDiGuyAnimation(); 00030 00032 virtual ~DtEvalEntDiGuyAnimation(); 00033 00035 DtEvalEntDiGuyAnimation(const DtEvalEntDiGuyAnimation& orig); 00036 00038 DtEvalEntDiGuyAnimation& operator=(const DtEvalEntDiGuyAnimation& orig); 00039 00041 virtual DtEvaluator* clone(); 00042 00048 virtual bool evaluate(DtSimCondExpr* condExpr, 00049 const DtString& objectName, DtSimManager* simManager) const; 00050 00051 public: 00052 00054 static DtEvaluator * creator(); 00055 }; 00056 00057 #endif