00001 00002 00003 00005 00006 00011 00016 00021 // X3DObject.h // 00023 00024 #ifndef X3DOBJECT_H 00025 #define X3DOBJECT_H 00026 00027 #include "X3DFileElement.h" 00028 00029 namespace X3DTK { 00030 namespace X3D { 00031 00034 00035 class X3DObject 00036 { 00037 public: 00039 X3DObject(); 00041 X3DObject(const X3DObject &N); 00042 00044 virtual ~X3DObject(); 00045 }; 00046 00047 } 00048 } 00049 00050 #endif