class Point2D


Public Methods

Point2D()
Point2D(int _x, int _y)
Point2D(int _x, int _y, int _s, int _t)
int getX() const
int getY() const
void setX(int _x)
void setY(int _y)
int getS() const
int getT() const
void setS(int _s)
void setT(int _t)
friend ostream& operator<<(ostream &o, const Point2D &p)

Protected Fields

int x
int y
int s
int t

Documentation

int x

int y

int s

int t

Point2D()

Point2D(int _x, int _y)

Point2D(int _x, int _y, int _s, int _t)

int getX() const

int getY() const

void setX(int _x)

void setY(int _y)

int getS() const

int getT() const

void setS(int _s)

void setT(int _t)

friend ostream& operator<<(ostream &o, const Point2D &p)


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de