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

X3D_Group.h

Go to the documentation of this file.
00001 #ifndef X3DTK_X3D_GROUP_H
00002 #define X3DTK_X3D_GROUP_H
00003 
00004 #include "X3DTypes.h"
00005 #include "X3D_X3DGroupingNode.h"
00006 #include "X3D_X3DBoundedObject.h"
00007 
00008 namespace X3DTK {
00009 namespace X3D {
00010 
00019 class Group : public X3DGroupingNode, public X3DBoundedObject
00020 {
00021 public:
00023   Group();
00025   Group(const SFVec3f &bboxCenter, 
00026         const SFVec3f &bboxSize);
00028   virtual SFAbstractNode clone() const;
00030   virtual ~Group();
00031   
00033   virtual void load(const X3DFileElement *element);
00035   virtual SFString &write(SFString &output) const;
00036 
00037 protected: 
00039   Group(const Group &G);
00040 };
00041 
00042 }
00043 }
00044 
00045 #endif

Generated on Wed Apr 7 12:15:21 2004 for X3DToolKit by doxygen 1.3.3