openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
lookup table structure More...
#include <LUT.h>
Public Attributes | |
char * | name |
int | rows |
int | cols |
float | mn |
float | mx |
float | res |
float | step |
int | mn_ind |
int | mx_ind |
float | dt |
LUT_data_t ** | tab |
lookup table structure
Instead of using defines in the header files, variables are used to allow the adjustment of the table size without recompilation. This is useful, for instance, when much bigger tables are needed during a shock.
Two convenience functions are provided for dealing with the tables: LUT_index() and LUT_constrain().
LUT_data_t** limpet::LUT::tab |