X3D_LineProperties.h

Go to the documentation of this file.
00001 #ifndef X3DTK_X3D_LINEPROPERTIES_H
00002 #define X3DTK_X3D_LINEPROPERTIES_H
00003 
00004 #include "X3DTypes.h"
00005 #include "X3D_X3DAppearanceChildNode.h"
00006 
00007 namespace X3DTK {
00008 namespace X3D {
00009 
00018 class LineProperties : public X3DAppearanceChildNode
00019 {
00020 public:
00022   LineProperties();
00023   
00025   void setLineStyle(const SFInt32 &lineStyle);
00027   void setWidth(const SFFloat &width);
00028   
00030   inline const SFInt32 &getLineStyle() const {return _lineStyle;};
00032   inline const SFFloat &getWidth() const {return _width;};
00033 
00034 private:    
00036   SFInt32 _lineStyle;
00038   SFFloat _width;
00039 };
00040 
00041 }
00042 }
00043 
00044 #endif

Generated on Mon Jul 12 09:40:00 2004 for X3DToolKit by doxygen 1.3.6