#include <image.h>
Public Member Functions | |
| image< T > * | copy () const |
| int | height () const |
| image (const int width, const int height, const bool init=true) | |
| image () | |
| void | init (const T &val) |
| int | width () const |
| ~image () | |
Public Attributes | |
| T ** | access |
| T * | data |
Private Attributes | |
| int | h |
| int | w |