Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

coordinate.cpp File Reference

Include dependency graph for coordinate.cpp:

Go to the source code of this file.

Functions

ostream & operator<< (ostream &out, const Coordinate &point)
istream & operator>> (istream &in, Coordinate &point)


Function Documentation

ostream& operator<< ostream &  out,
const Coordinate point
 

Writes out a coordinate seperated by white space in the order of x, y, z.

Parameters:
out is the output buffer.
point are the vaules to write into out.
Returns:
the output buffer.

Definition at line 150 of file coordinate.cpp.

References Coordinate::x, Coordinate::y, and Coordinate::z.

istream& operator>> istream &  in,
Coordinate point
 

Reads in a coordinate seperated by white space in the order of x, y, z.

Parameters:
in is the input buffer.
point is the Coordinate to place the values into.
Returns:
the input buffer.

Definition at line 144 of file coordinate.cpp.

References Coordinate::x, Coordinate::y, and Coordinate::z.


Generated on Tue Mar 28 23:28:09 2006 for ClusterSim by  doxygen 1.4.4