VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions
DtEvalAnd Class Reference

class DtEvalAnd: More...

Inheritance diagram for DtEvalAnd:
Inheritance graph
[legend]

Public Member Functions

 DtEvalAnd ()
 constructor
virtual ~DtEvalAnd ()
 destructor
 DtEvalAnd (const DtEvalAnd &orig)
 copy constructor
DtEvalAndoperator= (const DtEvalAnd &orig)
 assignment operator
virtual DtEvaluatorclone ()
 clone operator
virtual bool evaluate (DtSimCondExpr *condExpr, const DtUUID &object, DtSimManager *simManager, const DtPlan *=0) const
 Evaluate this conditional expression for the entity with the given echelonId, in the context of the given simManager, and return the current result.
virtual const DtUUIDsimulationObject (const DtSimCondExpr *condExpr) const
 If there is a simulation object that satisfied the evaluation of this condition then it is returned here.
- Public Member Functions inherited from DtEvaluator
 DtEvaluator ()
 constructor - condExpr is the conditional expression to be evaluated.
virtual ~DtEvaluator ()
 destructor
 DtEvaluator (const DtEvaluator &orig)
 copy constructor
DtEvaluatoroperator= (const DtEvaluator &orig)
 assignment operator

Static Public Member Functions

static DtEvaluatorcreator ()
 Returns a newly created DtEvalAnd.
- Static Public Member Functions inherited from DtEvaluator
static void setFactory (DtEvaluatorFactory *factory)
 Set/get the DtEvaluator class factory.
static DtEvaluatorFactoryfactory ()
static void addEvaluatorCreatorFcn (const int intType, DtEvaluatorCreatorFcn fcn)
 Adds a evaluator creator member function to the evaluator factory.

Additional Inherited Members

- Static Protected Attributes inherited from DtEvaluator
static DtEvaluatorFactorytheFactory

Detailed Description

class DtEvalAnd:

Instances of DtEvalAnd are used to perform the evaluation for a DtCeAnd conditional expression (a logical AND operation).

Constructor & Destructor Documentation

DtEvalAnd::DtEvalAnd ( )

constructor

virtual DtEvalAnd::~DtEvalAnd ( )
virtual

destructor

DtEvalAnd::DtEvalAnd ( const DtEvalAnd orig)

copy constructor

Member Function Documentation

DtEvalAnd& DtEvalAnd::operator= ( const DtEvalAnd orig)

assignment operator

virtual DtEvaluator* DtEvalAnd::clone ( )
virtual

clone operator

Implements DtEvaluator.

virtual bool DtEvalAnd::evaluate ( DtSimCondExpr condExpr,
const DtUUID object,
DtSimManager simManager,
const DtPlan = 0 
) const
virtual

Evaluate this conditional expression for the entity with the given echelonId, in the context of the given simManager, and return the current result.

The condExpr passed in must be of type DtCeAnd. Calls evaluate() on each sub-expression and combines them as appropriate for each particular logical operator. As with C logical operators, if the left sub-expression's result would override the right sub-expression's result, then the right sub-expression's evaluate() function is not called. For example: "AND(False, Entity-Destroyed ...)" always returns False, and the Entity-Destroyed test will never be done.

Implements DtEvaluator.

virtual const DtUUID& DtEvalAnd::simulationObject ( const DtSimCondExpr condExpr) const
virtual

If there is a simulation object that satisfied the evaluation of this condition then it is returned here.

Default returns DtUUID::nullUUID()

Reimplemented from DtEvaluator.

static DtEvaluator* DtEvalAnd::creator ( )
static

Returns a newly created DtEvalAnd.


The documentation for this class was generated from the following file:

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)