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

DefaultShapeCreator.h

Go to the documentation of this file.
00001 
00002 
00003 
00005 
00006 
00011 
00016 
00021 //                            DefaultShapeCreator.h                           //
00023 
00024 #ifndef DEFAULTSHAPECREATOR_H
00025 #define DEFAULTSHAPECREATOR_H
00026 
00027 #include "ShapeCreator.h"
00028 
00029 namespace X3DTK {
00030 namespace X3D {
00031 
00034 
00035 class DefaultShapeCreator : public ShapeCreator
00036 {
00037 public:
00039   DefaultShapeCreator();
00041   virtual ~DefaultShapeCreator();
00042   
00044   SFNode createAppearance() const;
00046   SFNode createFillProperties() const;
00048   SFNode createLineProperties() const;
00050   SFNode createMaterial() const;
00052   SFNode createShape() const;
00053 };
00054 
00055 }
00056 }
00057 
00058 #endif

Generated on Wed Sep 10 11:25:13 2003 for X3DToolKit by doxygen1.3