GENERIC_MATRIX< T > Class Template Reference

#include <matrix.h>

List of all members.

Public Member Functions

 GENERIC_MATRIX (int dimension, const T &empty)
 ~GENERIC_MATRIX ()
long dimension () const
int index (int column, int row) const
void put (int column, int row, const T &thing)
get (int column, int row) const
void delete_matrix_pointers ()

template<class T>
class GENERIC_MATRIX< T >


Constructor & Destructor Documentation

template<class T>
GENERIC_MATRIX< T >::GENERIC_MATRIX ( int  dimension,
const T &  empty 
) [inline]
template<class T>
GENERIC_MATRIX< T >::~GENERIC_MATRIX (  )  [inline]

Member Function Documentation

template<class T>
void GENERIC_MATRIX< T >::delete_matrix_pointers (  )  [inline]
template<class T>
long GENERIC_MATRIX< T >::dimension (  )  const [inline]
template<class T>
T GENERIC_MATRIX< T >::get ( int  column,
int  row 
) const [inline]
template<class T>
int GENERIC_MATRIX< T >::index ( int  column,
int  row 
) const [inline]
template<class T>
void GENERIC_MATRIX< T >::put ( int  column,
int  row,
const T &  thing 
) [inline]

The documentation for this class was generated from the following file:
Generated on Sun Jul 18 17:11:08 2010 for Tesseract by  doxygen 1.6.3