Tulip  4.6.0
Better Visualization Through Research
tlp::GlPentagon Class Reference

#include <GlPentagon.h>

+ Inheritance diagram for tlp::GlPentagon:
+ Collaboration diagram for tlp::GlPentagon:

List of all members.

Public Member Functions

 GlPentagon (const Coord &position, const Size &size, const Color &outlineColor=Color(255, 0, 0, 255), const Color &fillColor=Color(0, 0, 255, 255), bool filled=true, bool outlined=true, const std::string &textureName="", float outlineSize=1.)
virtual ~GlPentagon ()

Detailed Description

class to create an pentagon

Definition at line 30 of file GlPentagon.h.


Constructor & Destructor Documentation

tlp::GlPentagon::GlPentagon ( const Coord &  position,
const Size &  size,
const Color &  outlineColor = Color(255, 0, 0, 255),
const Color &  fillColor = Color(0, 0, 255, 255),
bool  filled = true,
bool  outlined = true,
const std::string &  textureName = "",
float  outlineSize = 1. 
)

Constructor.

virtual tlp::GlPentagon::~GlPentagon ( ) [virtual]

Default empty destructor.

Warning:
Don't use this constructor
 All Classes Files Functions Variables Enumerations Enumerator Properties