A class to deal with images. More...
#include <claw/graphic/pixel.hpp>#include <claw/math.hpp>#include <cstddef>#include <iostream>#include <iterator>#include <vector>#include <claw/graphic/image.ipp>

Go to the source code of this file.
Classes | |
| class | claw::graphic::image |
| A class to deal with images. More... | |
| class | claw::graphic::image::scanline |
| One line in the image. More... | |
| class | claw::graphic::image::base_iterator< Image, Pixel > |
| Base class for iterators on an image. More... | |
Namespaces | |
| namespace | claw |
| This is the main namespace. | |
| namespace | claw::graphic |
| Everything about image structures and processing. | |
Functions | |
| void | std::swap (claw::graphic::image &a, claw::graphic::image &b) |
| Swap the content of two images. | |
A class to deal with images.
Definition in file image.hpp.
| void std::swap | ( | claw::graphic::image & | a, |
| claw::graphic::image & | b ) |