CIMPL::matrixCell< T > Struct Template Reference

#include <SparseMatrix.h>

List of all members.

Public Attributes

int x
int y
value
matrixCellxNext
matrixCellyNext

template<class T>
struct CIMPL::matrixCell< T >


Member Data Documentation

template<class T>
T CIMPL::matrixCell< T >::value
 

Definition at line 73 of file SparseMatrix.h.

template<class T>
int CIMPL::matrixCell< T >::x
 

Definition at line 72 of file SparseMatrix.h.

template<class T>
matrixCell* CIMPL::matrixCell< T >::xNext
 

Definition at line 74 of file SparseMatrix.h.

template<class T>
int CIMPL::matrixCell< T >::y
 

Definition at line 72 of file SparseMatrix.h.

template<class T>
matrixCell* CIMPL::matrixCell< T >::yNext
 

Definition at line 75 of file SparseMatrix.h.


The documentation for this struct was generated from the following file:
Generated on Thu Jan 20 08:43:52 2005 for CIMPL by  doxygen 1.3.9.1