Coin3D is Free Software, published under the BSD 3-clause license. |
https://bitbucket.org/Coin3D/ http://www.kongsberg.com/kogt/ |
namespace for static ScXML-related functions. More...
#include <Inventor/scxml/ScXML.h>
Static Public Member Functions | |
static void | initClasses (void) |
static void | cleanClasses (void) |
static ScXMLStateMachine * | readFile (const char *filename) |
static ScXMLStateMachine * | readBuffer (const SbByteBuffer &buffer) |
static SbBool | registerEvaluatorType (SbName profilename, SoType evaluatortype) |
static SbBool | unregisterEvaluatorType (SbName profilename, SoType evaluatortype) |
static SoType | getEvaluatorTypeForProfile (SbName profilename) |
namespace for static ScXML-related functions.
This is a static namespace class for ScXML-related functions.
|
static |
Initializes the basic ScXML classes.
|
static |
This function reads in an SCXML document from a file.
|
static |
This function reads in an SCXML document residing in memory.