.TH "ScXMLCoinEvaluator" 3 "Tue Jun 23 2026 23:48:38" "Version 4.0.10" "Coin" \" -*- nroff -*- .ad l .nh .SH NAME ScXMLCoinEvaluator \- implements the evaluator for the custom profile named "x-coin"\&. .SH SYNOPSIS .br .PP .PP \fR#include \fP .PP Inherits \fBScXMLEvaluator\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "virtual \fBSoType\fP \fBgetTypeId\fP (void) const" .br .RI "Returns the type identification of an object derived from a class inheriting \fBSoBase\fP\&. This is used for runtime type checking and "downward" casting\&. " .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 Public Member Functions inherited from \fBScXMLEvaluator\fP .in +1c .ti -1c .RI "\fBScXMLStateMachine\fP * \fBgetStateMachine\fP (void) const" .br .in -1c Public Member Functions inherited from \fBScXMLObject\fP .in +1c .ti -1c .RI "SbBool \fBisOfType\fP (\fBSoType\fP type) const" .br .RI "Returns \fRTRUE\fP if the type of this object is either of the same type or inherited from \fItype\fP\&. " .in -1c .SS "Static Public Member Functions" .in +1c .ti -1c .RI "static \fBSoType\fP \fBgetClassTypeId\fP (void)" .br .ti -1c .RI "static void * \fBcreateInstance\fP (void)" .br .ti -1c .RI "static void \fBinitClass\fP (void)" .br .ti -1c .RI "static void \fBcleanClass\fP (void)" .br .in -1c Static Public Member Functions inherited from \fBScXMLEvaluator\fP .in +1c .ti -1c .RI "static \fBSoType\fP \fBgetClassTypeId\fP (void)" .br .ti -1c .RI "static void \fBinitClass\fP (void)" .br .ti -1c .RI "static void \fBcleanClass\fP (void)" .br .in -1c Static Public Member Functions inherited from \fBScXMLObject\fP .in +1c .ti -1c .RI "static \fBSoType\fP \fBgetClassTypeId\fP (void)" .br .RI "This static method returns the \fBSoType\fP object associated with objects of this class\&. " .ti -1c .RI "static void \fBinitClass\fP (void)" .br .RI "Sets up initialization for data common to all instances of this class, like submitting necessary information to the Coin type system\&. " .ti -1c .RI "static void \fBcleanClass\fP (void)" .br .RI "Does the opposite of initClass, deallocates any class specific resources and resets the class to an uninitialized state with respect to the Coin type system\&. " .in -1c .SS "Additional Inherited Members" Static Protected Member Functions inherited from \fBScXMLObject\fP .in +1c .ti -1c .RI "static void \fBregisterClassType\fP (const char *xmlns, const char *classname, \fBSoType\fP type)" .br .ti -1c .RI "static void \fBregisterInvokeClassType\fP (const char *xmlns, const char *targettype, const char *source, \fBSoType\fP type)" .br .in -1c .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 data model features like access to the scene graph and temporary storage of variables\&. .SH "Member Function Documentation" .PP .SS "\fBSoType\fP ScXMLCoinEvaluator::getTypeId (void ) const\fR [virtual]\fP" .PP Returns the type identification of an object derived from a class inheriting \fBSoBase\fP\&. This is used for runtime type checking and "downward" casting\&. .PP \fBSee also\fP .RS 4 \fBSoBase::getTypeId() const\fP .RE .PP .PP Implements \fBScXMLEvaluator\fP\&. .SS "void ScXMLCoinEvaluator::setStateMachine (\fBScXMLStateMachine\fP * sm)\fR [virtual]\fP" Override to perform actions when installed on a state machine\&. .PP Reimplemented from \fBScXMLEvaluator\fP\&. .SS "\fBScXMLDataObj\fP * ScXMLCoinEvaluator::evaluate (const char * expression) const\fR [virtual]\fP" .PP Implements \fBScXMLEvaluator\fP\&. .SS "SbBool ScXMLCoinEvaluator::setAtLocation (const char * location, \fBScXMLDataObj\fP * obj)\fR [virtual]\fP" .PP Implements \fBScXMLEvaluator\fP\&. .SS "\fBScXMLDataObj\fP * ScXMLCoinEvaluator::locate (const char * location) const\fR [virtual]\fP" .PP Implements \fBScXMLEvaluator\fP\&. .SS "void ScXMLCoinEvaluator::clearTemporaryVariables (void )\fR [virtual]\fP" Clears out all the temporary variables that have 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\&.