GL_BBox.h

Go to the documentation of this file.
00001 #ifndef X3DTK_GL_BBOX_H
00002 #define X3DTK_GL_BBOX_H
00003 
00004 #include "BBox.h"
00005 #include "GL_BBoxDrawArray.h"
00006 
00007 namespace X3DTK {
00008 namespace GL {
00009 
00016 class BBox : public X3DTK::BBox
00017 {
00018 public:
00020   BBox();
00022   explicit BBox(const X3DTK::BBox &BB);
00024   explicit BBox(const SFVec3f &min, const SFVec3f &max);
00025   
00027   void draw() const;
00028 
00029 protected:
00030   static BBoxDrawArray BBox_array;
00031 };
00032 
00033 }
00034 }
00035 
00036 #endif

Generated on Fri Jul 30 12:02:27 2004 for X3DToolKit by doxygen 1.3.6