20 #ifndef GLREGULARSTAR_H 
   21 #define GLREGULARSTAR_H 
   23 #include <tulip/Size.h> 
   24 #include <tulip/GlComplexPolygon.h> 
   41   GlStar(
const Coord &position,
 
   43          unsigned int numberOfStarPoints,
 
   44          const Color &fillColor = Color (0, 0, 255),
 
   45          const Color &outlineColor = Color(0, 0, 0),
 
   47          const std::string &textureName=
"",
 
   48          float outlineSize=1.);
 
   57   unsigned int getNumberOfStarPoints();
 
   66   unsigned int numberOfStarPoints;