#include "Points3D.h"
Include dependency graph for Points3D.cpp:
Go to the source code of this file.
Functions | |
In & | operator>> (In &stream, Points3D &points3D) |
Streaming operator that reads a Points3D from a stream. | |
Out & | operator<< (Out &stream, const Points3D &points3D) |
Streaming operator that writes a Points3D to a stream. |
Definition in file Points3D.cpp.
|
Streaming operator that reads a Points3D from a stream.
Definition at line 19 of file Points3D.cpp. |
|
Streaming operator that writes a Points3D to a stream.
Definition at line 34 of file Points3D.cpp. |