1#ifndef COIN_SCXMLINITIALELT_H
2#define COIN_SCXMLINITIALELT_H
36#include <Inventor/scxml/ScXMLElt.h>
37#include <Inventor/tools/SbPimplPtr.h>
46 static void initClass(
void);
47 static void cleanClass(
void);
52 virtual void copyContents(
const ScXMLElt * rhs);
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 elements.
Definition ScXMLElt.h:44
implements the <initial> SCXML element.
Definition ScXMLInitialElt.h:41
the <transition> SCXML element.
Definition ScXMLTransitionElt.h:43