1#ifndef COIN_SCXMLFINALIZEELT_H
2#define COIN_SCXMLFINALIZEELT_H
36#include <Inventor/scxml/ScXMLElt.h>
38#include <Inventor/tools/SbLazyPimplPtr.h>
45 static void initClass(
void);
46 static void cleanClass(
void);
51 virtual void copyContents(
const ScXMLElt * rhs);
base class for all SCXML elements.
Definition: ScXMLElt.h:44
implements the <finalize> SCXML element.
Definition: ScXMLFinalizeElt.h:40
Base class for all SCXML objects.
Definition: ScXMLObject.h:41