A simple writer class for raster images.
#include <cassert>#include <string>#include <vector>#include <fstream>#include <sstream>#include <algorithm>#include <map>#include <iterator>#include <iostream>#include <dune/common/exceptions.hh>#include <dumux/common/stringutilities.hh>#include <dumux/io/rasterimagedata.hh>Go to the source code of this file.
| Classes | |
| class | Dumux::NetPBMWriter | 
| A simple reader class for the Netpbm format (https://en.wikipedia.org/wiki/Netpbm_format). So far, only black and white (*.pbm) and grayscale (*pgm) images are supported.  More... | |
| Namespaces | |
| namespace | Dumux |