#include <Bitmap.h>
Inheritance diagram for Conjecture::Bitmap:
**************************************************************
...
Public Member Functions | |
Bitmap (uint32_t width, uint32_t height) | |
Bitmap (const std::string &filename) | |
const Pixel | operator() (uint32_t x, uint32_t y) const |
const Pixel | mask (uint32_t x, uint32_t y) const |
const uint32_t | width () const |
const uint32_t | height () const |
Bitmap | clone (void) const |
const Bitmap | clone (Coord a, Coord b) const |
bool | filter (ImageFilter &imfilter) |
Static Public Member Functions | |
static void | test (int argc=0, const char *argv[]=NULL) |
|
@
|
|
Applies a filter to this image.
|
|
Unit testing method. This static method should create instances of the class (and instances of any other class necessary) and perform tests to ensure that all methods within the class are working as expected. |