Timothy  0.9
Tissue Modelling Framework
 All Data Structures Files Functions Variables Typedefs Macros
io.h File Reference

contains defines and declarations for I/O functions More...

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

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
 
colormapcmaps
 
float beta
 

Detailed Description

contains defines and declarations for I/O functions

Definition in file io.h.

Macro Definition Documentation

#define CHAR   7

Definition at line 35 of file io.h.

#define DOUBLE   6

Definition at line 34 of file io.h.

#define FNLEN   256

Definition at line 42 of file io.h.

#define INT   3

Definition at line 31 of file io.h.

#define INT64_T   5

Definition at line 33 of file io.h.

#define LONG   4

Definition at line 32 of file io.h.

#define NOUT   10

Definition at line 37 of file io.h.

#define NPAR   67

Definition at line 28 of file io.h.

#define NRSTPARAMS   32

Definition at line 38 of file io.h.

#define REAL   1

Definition at line 29 of file io.h.

#define SCALAR   1

Definition at line 39 of file io.h.

#define STRING   2

Definition at line 30 of file io.h.

#define VECTOR   2

Definition at line 40 of file io.h.

Typedef Documentation

typedef struct colormap_t colormap

Variable Documentation

void* addr[NPAR]

Definition at line 81 of file io.h.

void* addrOut[NOUT]

Definition at line 47 of file io.h.

void* addrRst[NRSTPARAMS]

Definition at line 53 of file io.h.

float beta

Definition at line 103 of file io.h.

colormap* cmaps

Definition at line 102 of file io.h.

char desc[NPAR][512]

Definition at line 80 of file io.h.

int dimOut[NOUT]

Definition at line 46 of file io.h.

int fdNew

Definition at line 87 of file io.h.

int fdSave

Definition at line 86 of file io.h.

int64_t jumpOut[NOUT]

Definition at line 48 of file io.h.

char nameOut[NOUT][128]

Definition at line 45 of file io.h.

int nfOut

Definition at line 49 of file io.h.

int nRst

Definition at line 54 of file io.h.

int one =1

Definition at line 77 of file io.h.

char params[NPAR][64]

Definition at line 79 of file io.h.

int req[NPAR]

Definition at line 82 of file io.h.

double rstCsize

Definition at line 74 of file io.h.

float rstFrac

Definition at line 66 of file io.h.

float rstG1

Definition at line 67 of file io.h.

float rstG2

Definition at line 69 of file io.h.

double rstH

Definition at line 73 of file io.h.

float rstM

Definition at line 70 of file io.h.

int64_t rstNc

Definition at line 62 of file io.h.

int rstNx

Definition at line 57 of file io.h.

int rstNy

Definition at line 58 of file io.h.

int rstNz

Definition at line 59 of file io.h.

char rstOutdir[128]

Definition at line 60 of file io.h.

float rstRd

Definition at line 72 of file io.h.

char rstRng[3]

Definition at line 61 of file io.h.

float rstS

Definition at line 68 of file io.h.

int rstSdim

Definition at line 56 of file io.h.

int rstSimStart

Definition at line 63 of file io.h.

float rstSimTime

Definition at line 65 of file io.h.

float rstTstep

Definition at line 64 of file io.h.

float rstV

Definition at line 71 of file io.h.

int set[NPAR]

Definition at line 83 of file io.h.

int sizeRst[NRSTPARAMS]

Definition at line 52 of file io.h.

int type[NPAR]

Definition at line 84 of file io.h.

int typeOut[NOUT]

Definition at line 44 of file io.h.

int typeRst[NRSTPARAMS]

Definition at line 51 of file io.h.