#include <ppm.h>
#include "geometry.hh"
#include "image.impl"
Include dependency graph for image.hh:

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

Go to the source code of this file.
Classes | |
| class | ImageBuffer |
| A raster image buffer (true-color, n-dimensional). More... | |
| class | PPMImageWriter |
| A simple class to write an ImageBuffer out to a PPM file using libppm. More... | |
Defines | |
| #define | TRUE 1 |
| #define | FALSE 0 |
Definition in file image.hh.
1.3.5