matrixCell< T > Struct Template Reference

#include <SparseMatrix.h>

Collaboration diagram for matrixCell< T >:

Collaboration graph
[legend]
List of all members.

template<class T>
struct matrixCell< T >


Public Attributes

int x
int y
value
matrixCellxNext
matrixCellyNext

Member Data Documentation

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

Definition at line 67 of file SparseMatrix.h.

Referenced by SparseMatrix< T >::AddCellXStart(), SparseMatrix< T >::AddCellYStart(), SparseMatrix< T >::GetCellXStart(), SparseMatrix< T >::GetCellYStart(), and SparseMatrix< T >::SetValue().

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

Definition at line 66 of file SparseMatrix.h.

Referenced by SparseMatrix< T >::AddCellXStart(), SparseMatrix< T >::AddCellYStart(), SparseMatrix< T >::DeleteCell(), SparseMatrix< T >::GetCellYStart(), and SparseMatrix< T >::SetValue().

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

Definition at line 68 of file SparseMatrix.h.

Referenced by SparseMatrix< T >::AddCellYStart(), SparseMatrix< T >::DeleteCell(), SparseMatrix< T >::GetCellYStart(), and SparseMatrix< T >::SetValue().

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

Definition at line 66 of file SparseMatrix.h.

Referenced by SparseMatrix< T >::AddCellXStart(), SparseMatrix< T >::AddCellYStart(), SparseMatrix< T >::DeleteCell(), SparseMatrix< T >::GetCellXStart(), and SparseMatrix< T >::SetValue().

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

Definition at line 69 of file SparseMatrix.h.

Referenced by SparseMatrix< T >::AddCellXStart(), SparseMatrix< T >::DeleteCell(), SparseMatrix< T >::GetCellXStart(), SparseMatrix< T >::SetValue(), and SparseMatrix< T >::~SparseMatrix().


The documentation for this struct was generated from the following file:
CIMPL 0.1 Code Reference. Copyright © 2004, Baris Sumengen. All rights reserved.