36 #include <Inventor/SbBasic.h> 38 #include <Inventor/SbName.h> 46 static void initClasses(
void);
47 static void cleanClasses(
void);
52 static SbBool registerEvaluatorType(
SbName profilename,
SoType evaluatortype);
53 static SbBool unregisterEvaluatorType(
SbName profilename,
SoType evaluatortype);
54 static SoType getEvaluatorTypeForProfile(
SbName profilename);
58 #endif // !COIN_SCXML_H defines an interface for profile-dependent evaluators.
Definition: ScXMLEvaluator.h:44
namespace for static ScXML-related functions.
Definition: ScXML.h:44
Definition: SbByteBuffer.h:34
The SoType class is the basis for the run-time type system in Coin.
Definition: SoType.h:59
The SbName class stores strings by reference.
Definition: SbName.h:40
Manager for processing events and setting states in SCXML structures.
Definition: ScXMLStateMachine.h:61