00001 #include "X3DObject.h" 00002 00003 using namespace X3DTK; 00004 00005 X3DObject::X3DObject() 00006 { 00007 } 00008 00009 X3DObject::X3DObject(const X3DObject &N) 00010 { 00011 } 00012 00013 X3DObject::~X3DObject() 00014 { 00015 }