#include "mimasexception.h"#include "image.h"Include dependency graph for image_input.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | mimas |
Classes | |
| class | mimas::image_input< T > |
| Abstract base-class for input sources. More... | |
Functions | |
| template<typename T> | |
| image_input< T > & | mimas::operator>> (image_input< T > &input, image< T > &img) |
| Stream-operator for arbitrary input-source. | |