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

DefaultGeometry3DCreator.h

Go to the documentation of this file.
00001 
00002 //                            DefaultGeometry3DCreator.h                      //
00004 
00005 #ifndef DEFAULTGEOMETRY3DCREATOR_H
00006 #define DEFAULTGEOMETRY3DCREATOR_H
00007 
00008 #include "Geometry3DCreator.h"
00009 
00010 namespace X3DTK {
00011 
00014 
00015 class DefaultGeometry3DCreator : public Geometry3DCreator
00016 {
00017 public:
00019   DefaultGeometry3DCreator();
00021   virtual ~DefaultGeometry3DCreator();
00022   
00024   SFNode createBox() const;
00026   SFNode createCone() const;
00028   SFNode createCylinder() const;
00030   SFNode createIndexedFaceSet() const;
00032   SFNode createSphere() const;
00033 };
00034 
00035 }
00036 
00037 #endif

Generated on Wed May 14 10:38:09 2003 for X3DToolKit by doxygen1.3