Matrix< T > Class Template Reference

Collaboration diagram for Matrix< T >:
Collaboration graph
[legend]

List of all members.

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 ()

Detailed Description

template<typename T>
class Matrix< T >

Definition at line 46 of file psycho-skin-mapgenerator.h.


The documentation for this class was generated from the following files:
Generated on Sun May 8 08:43:37 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3