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

X3D_X3DGroupingNode.h

Go to the documentation of this file.
00001 
00002 //                            X3D_X3DGroupingNode.h                           //
00004 
00005 #ifndef X3DGROUPINGNODE
00006 #define X3DGROUPINGNODE
00007 
00008 #include "X3DTypes.h"
00009 #include "X3D_X3DChildNode.h"
00010 
00011 namespace X3DTK {
00012 namespace X3D {
00013 
00018 
00019 class X3DGroupingNode : public X3DChildNode
00020 {
00021 public:
00023   X3DGroupingNode();
00025   virtual ~X3DGroupingNode();
00026 
00028   virtual MFAbstractNode getChildrenList() const;
00029   
00031   virtual bool addChild(const SFAbstractNode &N);
00033   virtual bool setChild(const SFAbstractNode &N);
00035   virtual bool removeChild(const SFAbstractNode &N);
00036   
00038   inline MFNode getChildren() const {return _children;};
00039   
00040 protected:
00042   X3DGroupingNode(const X3DGroupingNode &N);
00043 
00044 private:  
00046   MFNode _children;
00047 };
00048 
00049 }
00050 }
00051 
00052 #endif

Generated on Thu Dec 4 13:25:49 2003 for X3DToolKit by doxygen1.2.18