#include "Point.h"Include dependency graph for Point.cpp:

Go to the source code of this file.
Functions | |
| ostream & | operator<< (ostream &os, const Point point) | 
| ostream& operator<< | ( | ostream & | os, | |
| const Point | point | |||
| ) | 
Convenience method for streaming a point to a given output stream.
| os | The output stream | |
| point | A given point object | 
 1.5.2