![]() |
Timothy
0.9
Tissue Modelling Framework
|
contains defines and declarations for I/O functions More...

Go to the source code of this file.
Data Structures | |
| struct | colormapPoint_t |
| struct | colormap_t |
Macros | |
| #define | NPAR 67 |
| #define | REAL 1 |
| #define | STRING 2 |
| #define | INT 3 |
| #define | LONG 4 |
| #define | INT64_T 5 |
| #define | DOUBLE 6 |
| #define | CHAR 7 |
| #define | NOUT 10 |
| #define | NRSTPARAMS 32 |
| #define | SCALAR 1 |
| #define | VECTOR 2 |
| #define | FNLEN 256 |
Typedefs | |
| typedef struct colormapPoint_t | colormapPoint |
| typedef struct colormap_t | colormap |
Variables | |
| int | typeOut [NOUT] |
| char | nameOut [NOUT][128] |
| int | dimOut [NOUT] |
| void * | addrOut [NOUT] |
| int64_t | jumpOut [NOUT] |
| int | nfOut |
| int | typeRst [NRSTPARAMS] |
| int | sizeRst [NRSTPARAMS] |
| void * | addrRst [NRSTPARAMS] |
| int | nRst |
| int | rstSdim |
| int | rstNx |
| int | rstNy |
| int | rstNz |
| char | rstOutdir [128] |
| char | rstRng [3] |
| int64_t | rstNc |
| int | rstSimStart |
| float | rstTstep |
| float | rstSimTime |
| float | rstFrac |
| float | rstG1 |
| float | rstS |
| float | rstG2 |
| float | rstM |
| float | rstV |
| float | rstRd |
| double | rstH |
| double | rstCsize |
| int | one =1 |
| char | params [NPAR][64] |
| char | desc [NPAR][512] |
| void * | addr [NPAR] |
| int | req [NPAR] |
| int | set [NPAR] |
| int | type [NPAR] |
| int | fdSave |
| int | fdNew |
| colormap * | cmaps |
| float | beta |
contains defines and declarations for I/O functions
Definition in file io.h.
| typedef struct colormap_t colormap |
| typedef struct colormapPoint_t colormapPoint |
| void* addrRst[NRSTPARAMS] |
| int sizeRst[NRSTPARAMS] |
| int typeRst[NRSTPARAMS] |