Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

PolygonElement Class Reference

#include <GraphicsData.h>

Inheritance diagram for PolygonElement:

Detailed Description

Definition at line 58 of file GraphicsData.h.

List of all members.

Public Member Functions

 PolygonElement (const std::string &_name, const std::vector< xyPair > &pts, bool _closed, rgb _color=rgb(255, 0, 0))
virtual ~PolygonElement ()

Public Attributes

std::vector< xyPairvertices
bool closed

Constructor & Destructor Documentation

PolygonElement ( const std::string &  _name,
const std::vector< xyPair > &  pts,
bool  _closed,
rgb  _color = rgb(255,0,0) 
)

Definition at line 63 of file GraphicsData.h.

virtual ~PolygonElement (  )  [virtual]

Definition at line 65 of file GraphicsData.h.


Member Data Documentation

Definition at line 61 of file GraphicsData.h.

Referenced by ShapeSpace::getShapeListForGUI().

std::vector<xyPair> vertices

Definition at line 60 of file GraphicsData.h.

Referenced by ShapeSpace::getShapeListForGUI().


The documentation for this class was generated from the following file:

DualCoding 5.1CVS
Generated Mon May 9 04:56:31 2016 by Doxygen 1.6.3