Main Page Class Hierarchy Compound List Compound Members Related Pages
ImageWriterConsole Class ReferenceThis is special Image Writer for the linux console front end.
More...
#include <ImageWriterConsole.h>
Inheritance diagram for ImageWriterConsole
[legend]Collaboration diagram for ImageWriterConsole:
[legend]List of all members.
Public Methods |
|
| ImageWriterConsole () |
|
virtual | ~ImageWriterConsole () |
|
virtual void | initWriter (Area area,int nChannels) |
|
virtual void | writePixels (Area area,unsigned short *pData,bool bAreaFinal) |
| virtual void | finishWriter (int dwStatus) |
| | this function stores the image to a ppm-file. More...
|
Detailed Description
This is special Image Writer for the linux console front end.
It is used for kray. It writes the image areas direct to the standard output stream in a human readable format.
Member Function Documentation
|
void ImageWriterConsole::finishWriter (
|
int dwStatus ) [virtual]
|
|
|
|
this function stores the image to a ppm-file.
-
Parameters:
-
Reimplemented from ImageWriter. |
The documentation for this class was generated from the following file:
|