VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
evalEntEmbarkationStateChanged.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 20016 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
12 #include "vrfutil/evaluator.h"
13 
18 
20 {
21 public:
22 
25 
28 
31 
34 
36  virtual DtEvaluator* clone();
37 
44  virtual bool evaluate(DtSimCondExpr* condExpr,
45  const DtUUID& object, DtSimManager* simManager, const DtPlan* = 0) const;
46 
47 public:
48 
50  static DtEvaluator * creator();
51 };
UUID is a unique ID wrapper class.
Definition: rwUUID.h:222
DtEvalSimulationObject & operator=(const DtEvalSimulationObject &orig)
assignment operator
virtual bool evaluate(DtSimCondExpr *condExpr, const DtUUID &entity, DtSimManager *simManager, const DtPlan *plan=0) const =0
Evaluate the conditional expression for the entity in the context of the given simManager, and return the current result.
class DtEvalSimulationObject:
Definition: evalSimulationObject.h:19
virtual DtEvaluator * clone()=0
clone operator
#define DT_DLL_vrfplanmgr
This file is used to determine how to build.
Definition: vrfplanmgrDefines.h:28
class DtEvaluator:
Definition: evaluator.h:31
class DtEvalEntDestroyed:
Definition: evalEntEmbarkationStateChanged.h:19
class DtPlan:
Definition: plan.h:91
DtSimCondExpr is an abstract base class representing various Conditional Expressions used by the Plan...
Definition: simCondExpr.h:49
The simulation engine is controlled by a single,top-level class called the Simulation Manager...
Definition: simManager.h:103

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)