1#ifndef COIN_SCXMLOBJECT_H
2#define COIN_SCXMLOBJECT_H
36#include <Inventor/SbBasic.h>
38#include <Inventor/tools/SbPimplPtr.h>
39#include <Inventor/scxml/ScXMLSubObject.h>
45 static void initClass(
void);
46 static void cleanClass(
void);
51 SbBool isOfType(
SoType type)
const;
54 static void registerClassType(
const char * xmlns,
55 const char * classname,
SoType type);
56 static void registerInvokeClassType(
const char * xmlns,
57 const char * targettype,
58 const char * source,
SoType type);
Base class for all SCXML objects.
Definition: ScXMLObject.h:41
The SoType class is the basis for the run-time type system in Coin.
Definition: SoType.h:59