#include <matrix.h>
Public Member Functions | |
Matrix (int width, int height, const Z &initial) | |
Matrix (int width, int height) | |
~Matrix () | |
void | init (const Z &initial) |
Z & | operator() (int x, int y) |
Z & | operator() (coord_def c) |
const Z & | operator() (int x, int y) const |
const Z & | operator() (coord_def c) const |
int | width () const |
int | height () const |
void Matrix< Z >::init | ( | const Z & | initial | ) | [inline] |
Z& Matrix< Z >::operator() | ( | int | x, | |
int | y | |||
) | [inline] |
const Z& Matrix< Z >::operator() | ( | int | x, | |
int | y | |||
) | const [inline] |
int Matrix< Z >::width | ( | ) | const [inline] |
int Matrix< Z >::height | ( | ) | const [inline] |