Coin Logo http://www.coin3d.org/
http://www.kongsberg.com/kogt/

Static Public Member Functions | List of all members
ScXML Class Reference

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 ScXMLStateMachinereadFile (const char *filename)
 
static ScXMLStateMachinereadBuffer (const SbByteBuffer &buffer)
 
static SbBool registerEvaluatorType (SbName profilename, SoType evaluatortype)
 
static SbBool unregisterEvaluatorType (SbName profilename, SoType evaluatortype)
 
static SoType getEvaluatorTypeForProfile (SbName profilename)
 

Detailed Description

namespace for static ScXML-related functions.

This is a static namespace class for ScXML-related functions.

Since
Coin 3.0

Member Function Documentation

void ScXML::initClasses ( void  )
static

Initializes the basic ScXML classes.

ScXMLStateMachine * ScXML::readFile ( const char *  filename)
static

This function reads in an SCXML document from a file.

Returns
an ScXMLDocument-derived statemachine object hierarchy.
ScXMLStateMachine * ScXML::readBuffer ( const SbByteBuffer &  bufferdata)
static

This function reads in an SCXML document residing in memory.

Returns
an ScXMLDocument-derived statemachine object hierarchy.

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

Copyright © by Kongsberg Oil & Gas Technologies. All rights reserved.

Generated for Coin by Doxygen