#include <fstream>#include "common/wave_ex.h"#include "perf/perf.h"#include "pgmppm/pgmppm.h"#include "util/parsing.h"
Go to the source code of this file.
Functions | |
| static pgmppm::color_t | getPixel (IN void *context, IN int x, IN int y) |
| static void | writePpm (IO std::istream &stream, IN const char *filename) |
| int | main (IN int argc, IN const char *argv[]) |
| static pgmppm::color_t getPixel | ( | IN void * | context, | |
| IN int | x, | |||
| IN int | y | |||
| ) | [static] |
Definition at line 78 of file writePpm/main.cpp.
| static void writePpm | ( | IO std::istream & | stream, | |
| IN const char * | filename | |||
| ) | [static] |
Definition at line 98 of file writePpm/main.cpp.
| int main | ( | IN int | argc, | |
| IN const char * | argv[] | |||
| ) |
Definition at line 199 of file writePpm/main.cpp.
1.7.1