00001 00002 // GL_LineProperties.h // 00004 00005 #ifndef GLLINEPROPERTIES_H 00006 #define GLLINEPROPERTIES_H 00007 00008 #include "GL_X3DAppearanceChildNode.h" 00009 00010 namespace X3DTK { 00011 namespace GL { 00012 00015 00016 class LineProperties : public X3DAppearanceChildNode 00017 { 00018 public: 00020 LineProperties(); 00022 virtual SFNode clone() const; 00024 virtual ~LineProperties(); 00025 00026 protected: 00028 LineProperties(const LineProperties &L); 00029 }; 00030 00031 } 00032 } 00033 00034 #endif