X3D_TriangleFanSet.h

Go to the documentation of this file.
00001 #ifndef X3DTK_X3D_TRIANGLEFANSET_H
00002 #define X3DTK_X3D_TRIANGLEFANSET_H
00003 
00004 #include "X3DTypes.h"
00005 #include "X3D_X3DComposedGeometryNode.h"
00006 
00007 namespace X3DTK {
00008 namespace X3D {
00009 
00018 class TriangleFanSet : public X3DComposedGeometryNode
00019 {
00020 public:
00022   TriangleFanSet();
00024   virtual ~TriangleFanSet();
00025   
00027   void setConvex(const SFBool &convex);
00029   void setCreaseAngle(const SFFloat &creaseAngle);
00031   void setFanCount(const MFInt32 &fanCount);
00032   
00034   inline const SFBool &getConvex() const {return _convex;};
00036   inline const SFFloat &getCreaseAngle() const {return _creaseAngle;};
00038   inline const MFInt32 &getFanCount() const {return _fanCount;};
00039 
00040 private:
00042   SFBool _convex;  
00044   SFFloat _creaseAngle;
00046   MFInt32 _fanCount; 
00047 };
00048 
00049 }
00050 }
00051 
00052 #endif

Generated on Fri Jul 30 12:02:29 2004 for X3DToolKit by doxygen 1.3.6