TPCCLIB
|
#include <libtpccurveio.h>
Data Fields | |
char | name [MAX_REGIONNAME_LEN+1] |
char | voiname [MAX_REGIONSUBNAME_LEN+1] |
char | hemisphere [MAX_REGIONSUBNAME_LEN+1] |
char | place [MAX_REGIONSUBNAME_LEN+1] |
double | parameter [MAX_RESPARAMS] |
double | sd [MAX_RESPARAMS] |
double | cl1 [MAX_RESPARAMS] |
double | cl2 [MAX_RESPARAMS] |
int | sw |
int | sw2 |
Definitions for one RES region
Definition at line 141 of file libtpccurveio.h.
double ResVOI::cl1[MAX_RESPARAMS] |
Lower 95% confidence interval
Definition at line 158 of file libtpccurveio.h.
Referenced by res2ift(), resMatchParameters(), resMatchParametersAbs(), resRead(), resSetmem(), resWrite(), and resWriteHTML_table().
double ResVOI::cl2[MAX_RESPARAMS] |
Upper 95% confidence interval
Definition at line 160 of file libtpccurveio.h.
Referenced by res2ift(), resMatchParameters(), resMatchParametersAbs(), resRead(), resSetmem(), resWrite(), and resWriteHTML_table().
char ResVOI::hemisphere[MAX_REGIONSUBNAME_LEN+1] |
dx/sin/avg
Definition at line 149 of file libtpccurveio.h.
Referenced by fitToResult(), res_allocate_with_dft(), rescoll_tabulate(), resMatchRegions(), resRead(), resRNameSubfieldExists(), resSelect(), and resWrite().
char ResVOI::name[MAX_REGIONNAME_LEN+1] |
Name of region, including hemisphere, plane etc; this will some day replace the voiname, hemisphere and place.
Definition at line 145 of file libtpccurveio.h.
Referenced by fitToResult(), res2ift(), res_allocate_with_dft(), rescoll_tabulate(), resGetNextResVOI(), resIsDuplicateNames(), resRead(), resSelectRegions(), resWrite(), and resWriteHTML_table().
double ResVOI::parameter[MAX_RESPARAMS] |
Array of result values
Definition at line 154 of file libtpccurveio.h.
Referenced by dftToResult(), fitToResult(), plot_svg(), plotdata(), res2ift(), rescoll_tabulate(), resMatchParameters(), resMatchParametersAbs(), resParameterPrintType(), resRead(), resWrite(), and resWriteHTML_table().
char ResVOI::place[MAX_REGIONSUBNAME_LEN+1] |
Image plane or other description
Definition at line 151 of file libtpccurveio.h.
Referenced by fitToResult(), res_allocate_with_dft(), resMatchRegions(), resRead(), resRNameSubfieldExists(), resSelect(), and resWrite().
double ResVOI::sd[MAX_RESPARAMS] |
Array of result SD's
Definition at line 156 of file libtpccurveio.h.
Referenced by res2ift(), resMatchParameters(), resMatchParametersAbs(), resRead(), resSetmem(), resWrite(), and resWriteHTML_table().
int ResVOI::sw |
Temporary switch for user
Definition at line 162 of file libtpccurveio.h.
Referenced by resSelect(), and resSelectRegions().
int ResVOI::sw2 |
Temporary switch for user
Definition at line 164 of file libtpccurveio.h.
Referenced by resGetNextResVOI().
char ResVOI::voiname[MAX_REGIONSUBNAME_LEN+1] |
Name of region
Definition at line 147 of file libtpccurveio.h.
Referenced by fitToResult(), res_allocate_with_dft(), rescoll_tabulate(), resMatchRegions(), resRead(), resSelect(), and resWrite().