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

GLFillProperties.h

Go to the documentation of this file.
00001 
00002 //                            GLFillProperties.h                              //
00004 
00005 #ifndef GLFILLPROPERTIES_H
00006 #define GLFILLPROPERTIES_H
00007 
00008 #include "X3DGLAppearanceChildNode.h"
00009 
00010 namespace X3DTK {
00011 namespace GL {
00012 
00015 
00016 class FillProperties : public X3DAppearanceChildNode
00017 {
00018 public:
00020   FillProperties();
00022   virtual SFNode clone() const;
00024   virtual ~FillProperties();
00025 
00026 protected:
00028   FillProperties(const FillProperties &F);
00029 };
00030 
00031 }
00032 }
00033 
00034 #endif

Generated on Tue Jul 15 16:46:51 2003 for X3DToolKit by doxygen1.3