#include <WPGPoint.h>
Public Member Functions | |
WPGPointArray () | |
~WPGPointArray () | |
WPGPointArray (const WPGPointArray &) | |
WPGPointArray & | operator= (const WPGPointArray &) |
unsigned | count () const |
WPGPoint & | at (unsigned i) |
const WPGPoint & | at (unsigned i) const |
const WPGPoint & | operator[] (unsigned i) const |
void | add (const WPGPoint &p) |
Private Attributes | |
WPGPointArrayPrivate * | d |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|