#include <image.h>
Collaboration diagram for image< T >:

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