virtual Color& tlp::GlCircle::fcolor (const unsigned int i) [inline, virtual]return the fill color of the circle (i parameters is not use) This function is write to overload the GlPolygon function
Reimplemented from tlp::GlPolygon.
virtual const Color& tlp::GlCircle::fcolor (const unsigned int i) const [inline, virtual]return the fill color of the circle (i parameters is not use) This function is write to overload the GlPolygon function
Reimplemented from tlp::GlPolygon.
virtual void tlp::GlCircle::getXML (xmlNodePtr rootNode) [virtual]Function to export data in XML
Reimplemented from tlp::GlPolygon.
virtual Color& tlp::GlCircle::ocolor (const unsigned int i) [inline, virtual]return the outline color of the circle (i parameters is not use) This function is write to overload the GlPolygon function
Reimplemented from tlp::GlPolygon.
virtual const Color& tlp::GlCircle::ocolor (const unsigned int i) const [inline, virtual]return the outline color of the circle (i parameters is not use) This function is write to overload the GlPolygon function
Reimplemented from tlp::GlPolygon.
void tlp::GlCircle::set (const Coord & center, float radius, float startAngle)Accessor in writing to the center, the radius and the startAngle of the circle
Author
Generated automatically by Doxygen for Tulip Open GL Library from the source code.