00001 00002 00003 00005 00006 00011 00016 00021 // GLFillProperties.h // 00023 00024 #ifndef GLFILLPROPERTIES_H 00025 #define GLFILLPROPERTIES_H 00026 00027 #include "X3DGLAppearanceChildNode.h" 00028 00029 namespace X3DTK { 00030 namespace GL { 00031 00034 00035 class FillProperties : public X3DAppearanceChildNode 00036 { 00037 public: 00039 FillProperties(); 00041 virtual SFNode clone() const; 00043 virtual ~FillProperties(); 00044 00045 protected: 00047 FillProperties(const FillProperties &F); 00048 }; 00049 00050 } 00051 } 00052 00053 #endif