Point.h File Reference

#include <iostream>
#include <sstream>
#include <vector>

Include dependency graph for Point.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  std

Classes

class  Point

Functions

ostream & operator<< (ostream &os, const Point point)


Function Documentation

ostream& operator<< ( ostream &  os,
const Point  point 
)

Convenience method for streaming a point to a given output stream.

Parameters:
os The output stream
point A given point object
Returns:
Reference to the output stream os on which output has been written
See also:
Point::toString()

Definition at line 59 of file Point.cpp.

References Point::toString().


Generated on Sat Oct 13 17:34:43 2007 for R-Tree by  doxygen 1.5.2