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

X3DNodeProxy.cpp

Go to the documentation of this file.
00001 #include "X3DNodeProxy.h"
00002 #include "Type.h"
00003 
00004 #include <iostream>
00005 
00006 using namespace X3DTK;
00007 using namespace std;
00008 
00009 X3DNodeProxy::X3DNodeProxy()
00010 : autoDelete(true)
00011 {
00012 }
00013 
00014 X3DNodeProxy::~X3DNodeProxy()
00015 {
00016 }
00017 
00018 void X3DNodeProxy::setAutoDeleteComponents(bool value)
00019 {
00020   autoDelete = value;
00021 }
00022 
00023 void X3DNodeProxy::addType(const Type *type)
00024 {
00025 }

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