#include <string>
#include <iostream>
#include <istream>
#include <ostream>
#include <fstream>
#include "global.hpp"
#include "parsecl.hpp"
Include dependency graph for gridtopgm.cpp:

Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| A simple program to convert a grid of values to a portable graymap file (PGM) visualization. | |
|
||||||||||||
|
A simple program to convert a grid of values to a portable graymap file (PGM) visualization.
Definition at line 14 of file gridtopgm.cpp. |
1.3.6