VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
evalSimulationObject.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include "vrfutil/evaluator.h"
14 
20 {
21 public:
22 
25 
27  virtual ~DtEvalSimulationObject();
28 
31 
34 
37  virtual const DtUUID& simulationObject(const DtSimCondExpr* condExpr) const;
38 
39 protected:
43  virtual const DtUUID& initializeObjectToCheck(const DtSimCondExpr* condExpr,
44  const DtUUID& baseUUID, const DtPlan* plan) const;
45 
46 protected:
49 };
UUID is a unique ID wrapper class.
Definition: uuid.h:59
DtEvaluator & operator=(const DtEvaluator &orig)
assignment operator
virtual const DtUUID & simulationObject(const DtSimCondExpr *condExpr) const
If there is a simulation object that satisfied the evaluation of this condition then it is returned h...
DtUUID myObjectToCheck
Definition: evalSimulationObject.h:48
class DtEvalSimulationObject:
Definition: evalSimulationObject.h:19
#define DT_DLL_vrfplanmgr
This file is used to determine how to build.
Definition: vrfplanmgrDefines.h:28
class DtEvaluator:
Definition: evaluator.h:35
class DtPlan:
Definition: plan.h:92
DtSimCondExpr is an abstract base class representing various Conditional Expressions used by the Plan...
Definition: simCondExpr.h:53
DtUUID mySimulationObject
Definition: evalSimulationObject.h:47

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)