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 }