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

CreationFunction.cpp

Go to the documentation of this file.
00001 #include "CreationFunction.h"
00002 
00003 #include "X3DComponentCreator.h"
00004 
00005 #include <iostream>
00006 
00007 using namespace std;
00008 using namespace X3DTK;
00009 
00010 CreationFunction::CreationFunction(const ptrToCreationFunction f, const X3DComponentCreator *component)
00011 : ptr2function_(f), component_(component)
00012 {
00013 }
00014 
00015 CreationFunction::~CreationFunction()
00016 {
00017 }

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