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

X3DNode.h

Go to the documentation of this file.
00001 
00002 
00003 
00005 
00006 
00011 
00016 
00021 //                            X3DNode.h                                       //
00023 
00024 #ifndef X3DNODE_H
00025 #define X3DNODE_H
00026 
00027 #include "X3DAbstractNode.h"
00028 
00029 namespace X3DTK {
00030 namespace X3D {
00031 
00036 
00037 class X3DNode : public X3DAbstractNode
00038 {
00039 public:
00041   X3DNode();
00043   virtual SFNode clone() const;
00045   virtual ~X3DNode();
00046 
00048   virtual void load(const X3DFileElement *element);
00050   virtual SFString write() const;
00051 
00052 protected:
00054   X3DNode(const X3DNode &N);
00055   
00057   static void removeLink(SFNode father, SFNode child);
00059   static void addLink(SFNode father, SFNode child);
00060 };
00061 
00062 }
00063 }
00064 
00065 #endif

Generated on Wed Sep 10 11:25:15 2003 for X3DToolKit by doxygen1.3