#include <LowResImage.h>
Collaboration diagram for LowResImage:

Public Member Functions | |
| LowResImage (Image &src) | |
| Constructor. | |
Private Attributes | |
| Image & | image |
| A reference to the image. | |
Friends | |
| 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. | |
without the three additional y channels.
Definition at line 35 of file LowResImage.h.
|
|
Constructor.
Definition at line 47 of file LowResImage.h. |
|
||||||||||||
|
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. |
|
|
A reference to the image.
Definition at line 41 of file LowResImage.h. Referenced by operator<<(), and operator>>(). |
1.3.6