supereight
|
#include <image.hpp>
Public Member Functions | |
Image (const unsigned w, const unsigned h) | |
Image (const unsigned w, const unsigned h, const T &value) | |
Image (const unsigned w, const unsigned h, T *raw_buffer) | |
Image (const Image &other)=delete | |
Image (Image &&other)=default | |
Image & | operator= (const Image &other)=delete |
Image & | operator= (Image &&other)=default |
T & | operator[] (std::size_t idx) |
const T & | operator[] (std::size_t idx) const |
T & | operator() (const int x, const int y) |
const T & | operator() (const int x, const int y) const |
std::size_t | size () const |
int | width () const |
int | height () const |
const T * | data () const |
T * | data () |
Image | clone () const |