#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 int | getPixel (IN void *context, IN int x, IN int y) |
| static void | writePgm (IO std::istream &stream, IN const char *filename) |
| int | main (IN int argc, IN const char *argv[]) |
| static int getPixel | ( | IN void * | context, | |
| IN int | x, | |||
| IN int | y | |||
| ) | [static] |
Definition at line 78 of file writePgm/main.cpp.
| static void writePgm | ( | IO std::istream & | stream, | |
| IN const char * | filename | |||
| ) | [static] |
Definition at line 98 of file writePgm/main.cpp.
| int main | ( | IN int | argc, | |
| IN const char * | argv[] | |||
| ) |
Definition at line 188 of file writePgm/main.cpp.
1.7.1