Class PointList

Index Home MAE > MAE Architecture > MAE Data Types > Class Index > Class PointList

Summary
Public Methods
PointList()
PointList(list, size)
PointList(list)
string toString() const

#include <Point.h >

Super class: Point

Summary

A list or collection of Points.

Public Methods

PointList()

Create an empty PointList.

PointList(list, size)

Point* list

an array of Points

int size

the size of the array


Create a PointList from an array of Points

PointList(list)

const string& list


Create a Point list from a string

string toString() const

Convert the PointList into a string.

Return value: a string