Overture  Version 25
Public Member Functions | List of all members
PointList Class Reference

#include <Point.h>

Public Member Functions

 PointList (int listSize=100)
 
 ~PointList ()
 
int size ()
 
void add (Point &newPoint)
 
void clearAll ()
 
void clearLast ()
 
Pointoperator[] (const int pointIndex)
 
void plot (GenericGraphicsInterface &gi, GraphicsParameters &gp)
 

Constructor & Destructor Documentation

PointList::PointList ( int  listSize = 100)
PointList::~PointList ( )

Member Function Documentation

void PointList::add ( Point newPoint)

Referenced by main().

void PointList::clearAll ( )
void PointList::clearLast ( )
Point& PointList::operator[] ( const int  pointIndex)
void PointList::plot ( GenericGraphicsInterface gi,
GraphicsParameters gp 
)

Referenced by main().

int PointList::size ( )
inline

Referenced by main().


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