cell.h File Reference

#include "types.h"

Include dependency graph for cell.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SCell
 The SCell structure handle sparse matrix cells. More...

Typedefs

typedef struct SCellpSCell

Functions

pSCell Lidy_CreateCell (Real Value, unsigned int RowIndex, unsigned int ColumnIndex, pSCell pNextRow, pSCell pNextColumn)
 Create and allocate a new cell.
void Lidy_DisplayCellValue (pSCell Cell)
 Display the value of a cell in a correct format if Cell is not null.
void Lidy_DeleteCell (pSCell Cell)
 Delete a cell if Cell is not null.


Typedef Documentation

typedef struct SCell* pSCell

Definition at line 47 of file cell.h.


Function Documentation

pSCell Lidy_CreateCell ( Real  Value,
unsigned int  RowIndex,
unsigned int  ColumnIndex,
pSCell  pNextRow,
pSCell  pNextColumn 
)

Create and allocate a new cell.

Parameters:
Value is value of the cell
RowIndex is the row index of the cell
ColumnIndex is the column index of the cell
pNextRow is the cell pointer linked to the next row cell
pNextColumn is the cell pointer linked to the next column cell
Returns:
Return the cell created if success, or else NULL

void Lidy_DisplayCellValue ( pSCell  Cell  ) 

Display the value of a cell in a correct format if Cell is not null.

Parameters:
Cell is the cell with its own value to display
Returns:
Nothing

void Lidy_DeleteCell ( pSCell  Cell  ) 

Delete a cell if Cell is not null.

Parameters:
Cell is the cell to delete
Returns:
Nothing


Generated on Mon Oct 12 05:24:48 2009 for Lidy by  doxygen 1.5.8