Main Page Class Hierarchy Compound List Compound Members Related Pages
ImageWriterPPM Class ReferenceThis is a Image Writer Implementation for use with a C++ only implementation of a front end.
More...
#include <ImageWriterPPM.h>
Inheritance diagram for ImageWriterPPM
[legend]Collaboration diagram for ImageWriterPPM:
[legend]List of all members.
Public Methods |
| | ImageWriterPPM (char const *filename) |
| | this constructor is enhanced to take the filename of the ppm-file to be written by the method finishWriter. More...
|
|
virtual | ~ImageWriterPPM () |
|
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 a Image Writer Implementation for use with a C++ only implementation of a front end.
It stores the image to a ppm file.
Constructor & Destructor Documentation
|
ImageWriterPPM::ImageWriterPPM (
|
char const * filename ) [inline]
|
|
|
|
this constructor is enhanced to take the filename of the ppm-file to be written by the method finishWriter.
-
Parameters:
-
| filename
|
the filename for the ppm-file |
|
Member Function Documentation
|
void ImageWriterPPM::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:
|