A simple reader class for raster images. More...
#include <cassert>
#include <string>
#include <vector>
#include <fstream>
#include <sstream>
#include <algorithm>
#include <map>
#include <iterator>
#include <iostream>
#include <dune/common/exceptions.hh>
Go to the source code of this file.
A simple reader class for raster images.
Classes | |
class | Dumux::NetPBMReader |
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... | |
struct | Dumux::NetPBMReader::Format |
A struct that holds all information of the image format. More... | |
struct | Dumux::NetPBMReader::HeaderData |
A struct that contains all header data of the image. More... | |
class | Dumux::NetPBMReader::Result< T > |
The return type of the reading functions. Holds the actual pixel values and the header data. More... | |
Namespaces | |
namespace | Dumux |