1#ifndef COIN_SCXMLOBJECT_H
2#define COIN_SCXMLOBJECT_H
36#include <Inventor/SbBasic.h>
37#include <Inventor/SoType.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,
56 static void registerInvokeClassType(
const char * xmlns,
57 const char * targettype,
58 const char * source,
SoType type);
The SbList class is a template container class for lists.
Definition SbList.h:70
SbList< Type > & operator=(const SbList< Type > &l)
Definition SbList.h:99
Base class for all SCXML objects.
Definition ScXMLObject.h:41
The SoType class is the basis for the runtime type system in Coin.
Definition SoType.h:59