#include "image.h"Include dependency graph for image_output.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_output< T > |
| Abstract base-class for output sinks. More... | |
Functions | |
| template<typename T, typename TPtr> | |
| image_output< T > & | mimas::operator<< (image_output< T > &output, const const_image_ref< T, TPtr > &image) |
| Stream-operator for arbitrary output-sink. | |