#include <cassert>#include "object.h"#include "primitives.h"Include dependency graph for image_ref.h:

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

Go to the source code of this file.
Namespaces | |
| namespace | mimas |
Classes | |
| struct | mimas::dist2D |
| To represent a displacement in an image. More... | |
| class | mimas::const_image_ref< T, TPtr > |
| Wrapper for read-only access of image-data. More... | |
| class | mimas::const_image_ref< T, TPtr >::const_iterator |
| struct | mimas::const_image_ref< T, TPtr >::const_iterator::MoveY |
| class | mimas::image_ref< T > |
| Wrapper to access image-data. More... | |
| class | mimas::image_ref< T >::iterator |
| iterator implementation of iterator for images as described in the paper STL-style generic programming with images by Ullrich Kothe More... | |
| struct | mimas::image_ref< T >::iterator::MoveY |