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

X3DGroupingNode.h

Go to the documentation of this file.
00001 
00002 
00003 
00005 
00006 
00011 
00016 
00021 //                            X3DGroupingNode.h                               //
00023 
00024 #ifndef X3DGROUPINGNODE
00025 #define X3DGROUPINGNODE
00026 
00027 #include "X3DTypes.h"
00028 #include "X3DChildNode.h"
00029 
00030 namespace X3DTK {
00031 namespace X3D {
00032 
00037 
00038 class X3DGroupingNode : public X3DChildNode
00039 {
00040 public:
00042   X3DGroupingNode();
00044   virtual SFNode clone() const;
00046   virtual ~X3DGroupingNode();
00047 
00049   virtual bool addChild(const SFAbstractNode &N);
00051   virtual bool setChild(const SFAbstractNode &N);
00053   virtual bool removeChild(const SFAbstractNode &N);
00054   
00056   inline MFNode getChildren() const {return _children;};
00057   
00058 protected:
00060   X3DGroupingNode(const X3DGroupingNode &N);
00061 
00062 private:  
00064   MFNode _children;
00065 };
00066 
00067 }
00068 }
00069 
00070 #endif

Generated on Thu Oct 9 13:50:55 2003 for X3DToolKit by doxygen1.2.18