|
libelas
|
#include <image.h>
Public Member Functions | |
| image (const int width, const int height, const bool init=false) | |
| ~image () | |
| void | init (const T &val) |
| image< T > * | copy () const |
| int | width () const |
| int | height () const |
Public Attributes | |
| T * | data |
| T ** | access |
|
inline |
| void image< T >::init | ( | const T & | val | ) |
|
inline |
| T** image< T >::access |
| T* image< T >::data |
1.8.6