Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

RootCreator.cpp

Go to the documentation of this file.
00001 #include "RootCreator.h"
00002 #include "X3DAbstractNode.h"
00003 
00004 #include <iostream>
00005 
00006 using namespace X3DTK;
00007 using namespace std;
00008 
00009 RootCreator::RootCreator()
00010 {
00011   defineComponentName("Root");
00012   defineNewCreationFunction<RootCreator>("X3DAbstractNode", 0);
00013 }
00014 
00015 RootCreator::~RootCreator()
00016 {
00017 }

Generated on Wed May 14 10:03:10 2003 for X3DToolKit by doxygen1.3