SPH
|
#include <Bitmap.h>
Public Member Functions | |
Bitmap () | |
Bitmap (const Pixel resolution) | |
Bitmap | clone () const |
void | resize (const Pixel newResolution, const Type &value) |
void | fill (const Type &value) |
Type & | operator[] (const Pixel p) |
const Type & | operator[] (const Pixel p) const |
Type & | operator() (const int x, const int y) |
const Type & | operator() (const int x, const int y) const |
Type * | data () |
const Type * | data () const |
Pixel | size () const |
bool | empty () const |
Public Member Functions inherited from Noncopyable | |
Noncopyable ()=default | |
Noncopyable (const Noncopyable &)=delete | |
Noncopyable (Noncopyable &&)=default | |
Noncopyable & | operator= (const Noncopyable &)=delete |
Noncopyable & | operator= (Noncopyable &&)=default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |