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

Go to the source code of this file.
Functions | |
| Out & | operator<< (Out &stream, const LowResImage &lrImage) |
| Streaming operator that writes a low resolution image to a stream. | |
| In & | operator>> (In &stream, LowResImage &lrImage) |
| Streaming operator that reads a low resolution image from a stream. | |
Definition in file LowResImage.cpp.
|
||||||||||||
|
Streaming operator that writes a low resolution image to a stream.
Definition at line 11 of file LowResImage.cpp. |
|
||||||||||||
|
Streaming operator that reads a low resolution image from a stream.
Definition at line 21 of file LowResImage.cpp. |
1.3.6