Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

PolygonElement Class Reference

#include <GraphicsData.h>

Inheritance diagram for PolygonElement:

Detailed Description

Definition at line 51 of file GraphicsData.h.

List of all members.

Public Member Functions

 PolygonElement (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::vector< xyPair > &  pts,
bool  _closed,
rgb  _color = rgb(255,0,0) 
)

Definition at line 56 of file GraphicsData.h.

virtual ~PolygonElement (  )  [virtual]

Definition at line 58 of file GraphicsData.h.


Member Data Documentation

bool closed

Definition at line 54 of file GraphicsData.h.

Referenced by ShapeSpace::getShapeListForGUI().

std::vector<xyPair> vertices

Definition at line 53 of file GraphicsData.h.

Referenced by ShapeSpace::getShapeListForGUI().


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

DualCoding 5.1CVS
Generated Fri Mar 16 05:23:52 2012 by Doxygen 1.6.3