.TH "ScXMLCoinEvaluator" 3 "Sat Oct 12 2013" "Version 4.0.0a" "Coin" \" -*- nroff -*- .ad l .nh .SH NAME ScXMLCoinEvaluator \- .PP implements the evaluator for the custom profile named 'x-coin'\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBScXMLEvaluator\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "virtual \fBSoType\fP \fBgetTypeId\fP (void) const " .br .RI "\fIReturns the type identification of an object derived from a class inheriting \fBSoBase\fP\&. This is used for run-time type checking and 'downward' casting\&. \fP" .ti -1c .RI "virtual void \fBsetStateMachine\fP (\fBScXMLStateMachine\fP *sm)" .br .ti -1c .RI "virtual \fBScXMLDataObj\fP * \fBevaluate\fP (const char *expression) const " .br .ti -1c .RI "virtual SbBool \fBsetAtLocation\fP (const char *location, \fBScXMLDataObj\fP *obj)" .br .ti -1c .RI "virtual \fBScXMLDataObj\fP * \fBlocate\fP (const char *location) const " .br .ti -1c .RI "virtual void \fBclearTemporaryVariables\fP (void)" .br .ti -1c .RI "void \fBdumpTemporaries\fP (void)" .br .in -1c .SS "Static Public Member Functions" .in +1c .ti -1c .RI "static \fBSoType\fP \fBgetClassTypeId\fP (void)" .br .RI "\fIThis static method returns the \fBSoType\fP object associated with objects of this class\&. \fP" .ti -1c .RI "static void * \fBcreateInstance\fP (void)" .br .ti -1c .RI "static void \fBinitClass\fP (void)" .br .RI "\fISets up initialization for data common to all instances of this class, like submitting necessary information to the Coin type system\&. \fP" .ti -1c .RI "static void \fBcleanClass\fP (void)" .br .RI "\fIDoes the opposite of initClass, deallocates any class specific resources and resets the class to an uninitialized state with respect to the Coin typesystem\&. \fP" .in -1c .SS "Additional Inherited Members" .SH "Detailed Description" .PP implements the evaluator for the custom profile named 'x-coin'\&. The x-coin profile extends over the minimum profile with data interpretation, logical operators, arithmetic expressions, and some convenience datamodel features like access to the scene graph and temporary storage of variables\&. .SH "Member Function Documentation" .PP .SS "\fBSoType\fP ScXMLCoinEvaluator::getClassTypeId (void)\fC [static]\fP" .PP This static method returns the \fBSoType\fP object associated with objects of this class\&. \fBSee Also:\fP .RS 4 \fBSoBase::getClassTypeId\fP .RE .PP .PP Reimplemented from \fBScXMLEvaluator\fP\&. .SS "\fBSoType\fP ScXMLCoinEvaluator::getTypeId (void) const\fC [virtual]\fP" .PP Returns the type identification of an object derived from a class inheriting \fBSoBase\fP\&. This is used for run-time type checking and 'downward' casting\&. \fBSee Also:\fP .RS 4 \fBSoBase::getTypeId() const\fP .RE .PP .PP Implements \fBScXMLEvaluator\fP\&. .SS "void ScXMLCoinEvaluator::initClass (void)\fC [static]\fP" .PP Sets up initialization for data common to all instances of this class, like submitting necessary information to the Coin type system\&. \fBSee Also:\fP .RS 4 \fBSoBase::initClass()\fP .RE .PP .PP Reimplemented from \fBScXMLEvaluator\fP\&. .SS "void ScXMLCoinEvaluator::setStateMachine (\fBScXMLStateMachine\fP *sm)\fC [virtual]\fP" Override to perform actions when installed on a state machine\&. .PP Reimplemented from \fBScXMLEvaluator\fP\&. .SS "void ScXMLCoinEvaluator::clearTemporaryVariables (void)\fC [virtual]\fP" Clears out all the temporary variables that has the same lifespan as the processing of one event\&. .PP Reimplemented from \fBScXMLEvaluator\fP\&. .SH "Author" .PP Generated automatically by Doxygen for Coin from the source code\&.