24 #include <tulip/Color.h>
25 #include <tulip/Coord.h>
27 #include <tulip/GlRegularPolygon.h>
45 GlCircle(
const Coord ¢er = Coord(0,0,0),
47 const Color &outlineColor = Color(255, 0 , 0 , 255),
48 const Color &fillColor = Color (0, 0, 255,255),
51 float startAngle = 0.0,
52 unsigned int segments = 10);
57 void set(
const Coord ¢er,
float radius,
float startAngle);
62 virtual void getXML(std::string &outString);