#include <ppmoutputstream.h>
Inheritance diagram for PPMOutputStream:

Public Member Functions | |
| PPMOutputStream (const std::string &filename, int w, int h) | |
| void | putPixel (const Pixel &p) |
| void | done () |
|
|
Finish output. Implements PixelOutputStream.
|
|
|
Write pixel to stream. Pixel can come in arbitrary order. Implements PixelOutputStream.
|
1.3.8