Public Member Functions | |
Matrix (int row, int col, int **mems) | |
int | getNumOfRows () |
int | getNumOfColumns () |
int | get (int row, int col) |
void | set (int row, int col, int val) |
void | setNumOfColumns (int nc) |
void | setNumOfRows (int nr) |
std::string | toFormattedString () |
std::string | toString () |
Matrix (int row, int col, T **mems) | |
int | getNumOfRows () |
int | getNumOfColumns () |
T * | operator[] (int row) |
void | setNumOfColumns (int nc) |
void | setNumOfRows (int nr) |
std::string | toFormattedString () |
std::string | toString () |
Definition at line 46 of file psycho-skin-mapgenerator.h.