|
Overture
Version 25
|
#include <Point.h>
Public Member Functions | |
| PointList (int listSize=100) | |
| ~PointList () | |
| int | size () |
| void | add (Point &newPoint) |
| void | clearAll () |
| void | clearLast () |
| Point & | operator[] (const int pointIndex) |
| void | plot (GenericGraphicsInterface &gi, GraphicsParameters &gp) |
| PointList::PointList | ( | int | listSize = 100 | ) |
| PointList::~PointList | ( | ) |
| void PointList::clearAll | ( | ) |
| void PointList::clearLast | ( | ) |
| Point& PointList::operator[] | ( | const int | pointIndex | ) |
| void PointList::plot | ( | GenericGraphicsInterface & | gi, |
| GraphicsParameters & | gp | ||
| ) |
Referenced by main().
|
inline |
Referenced by main().
1.8.3