VR-Forces 4.0.4 Class Documentation
Public Member Functions | Static Public Member Functions
DtEvalNot Class Reference

class DtEvalNot: More...

Inheritance diagram for DtEvalNot:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtEvalNot ()
 constructor
virtual ~DtEvalNot ()
 destructor
 DtEvalNot (const DtEvalNot &orig)
 copy constructor
DtEvalNotoperator= (const DtEvalNot &orig)
 assignment operator
virtual DtEvaluatorclone ()
 clone operator
virtual bool evaluate (DtSimCondExpr *condExpr, const DtString &objectName, DtSimManager *simManager) const
 

Static Public Member Functions

static DtEvaluatorcreator ()
 Returns a newly created DtEvalNot.

Detailed Description

class DtEvalNot:

Instances of DtEvalNot are used to perform the evaluation for a DtCeNot conditional expression (a logical NOT operation).


Constructor & Destructor Documentation

constructor

virtual DtEvalNot::~DtEvalNot ( ) [virtual]

destructor

DtEvalNot::DtEvalNot ( const DtEvalNot orig)

copy constructor


Member Function Documentation

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

assignment operator

virtual DtEvaluator* DtEvalNot::clone ( ) [virtual]

clone operator

Implements DtEvaluator.

virtual bool DtEvalNot::evaluate ( DtSimCondExpr condExpr,
const DtString objectName,
DtSimManager simManager 
) const [virtual]

The condExpr passed in must be of type DtCeNot. Calls evaluate() on the sub-expression and returns the reverse of the result.

Implements DtEvaluator.

static DtEvaluator* DtEvalNot::creator ( ) [static]

Returns a newly created DtEvalNot.


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

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)