#include "Tools/Streams/InOut.h"
#include "GrayScaleImage.h"
Include dependency graph for GrayScaleImage.cpp:

Go to the source code of this file.
Functions | |
| Out & | operator<< (Out &stream, const GrayScaleImage &grayScaleImage) |
| Streaming operator that writes a GrayScaleImage to a stream. | |
| In & | operator>> (In &stream, GrayScaleImage &grayScaleImage) |
| Streaming operator that reads a GrayScaleImage to a stream. | |
Definition in file GrayScaleImage.cpp.
|
||||||||||||
|
Streaming operator that writes a GrayScaleImage to a stream.
Definition at line 32 of file GrayScaleImage.cpp. |
|
||||||||||||
|
Streaming operator that reads a GrayScaleImage to a stream.
Definition at line 44 of file GrayScaleImage.cpp. |
1.3.6