#include "CameraInfo.h"
#include "Image.h"
#include "Tools/Streams/InOut.h"
#include "Tools/ColorClasses.h"
Include dependency graph for GrayScaleImage.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | GrayScaleImage |
| Platform independend definition of an image class. More... | |
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.h.
|
||||||||||||
|
Streaming operator that writes a GrayScaleImage to a stream.
Definition at line 32 of file GrayScaleImage.cpp. References GrayScaleImage::cameraInfo, GrayScaleImage::image, CameraInfo::resolutionHeight, CameraInfo::resolutionWidth, and Out::write(). |
Here is the call graph for this function:

|
||||||||||||
|
Streaming operator that reads a GrayScaleImage to a stream.
Definition at line 44 of file GrayScaleImage.cpp. References GrayScaleImage::cameraInfo, GrayScaleImage::image, In::read(), CameraInfo::resolutionHeight, and CameraInfo::resolutionWidth. |
Here is the call graph for this function:

1.3.6