|
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] |
| int | type |
| int | parNr |
| double | start |
| double | end |
| int | dataNr |
| double | p [MAX_FITPARAMS] |
| double | wss |
| char | sw |
| char | sw2 |
| char | sw3 |
Definitions for one curve
Definition at line 277 of file libtpccurveio.h.
| int FitVOI::dataNr |
Number of data points in the fit.
Definition at line 296 of file libtpccurveio.h.
Referenced by dft_end_line(), fit_allocate_with_dft(), fitRead(), fitToResult(), and fitWrite().
| double FitVOI::end |
Fit end time.
Definition at line 294 of file libtpccurveio.h.
Referenced by dft_end_line(), fit_allocate_with_dft(), fitRead(), and fitWrite().
| char FitVOI::hemisphere[MAX_REGIONSUBNAME_LEN+1] |
dx/sin/avg; deprecated.
Definition at line 284 of file libtpccurveio.h.
Referenced by fit_allocate_with_dft(), fitRead(), fitToResult(), and fitWrite().
| char FitVOI::name[MAX_REGIONNAME_LEN+1] |
Name of the region, including hemisphere, plane etc; this will replace the voiname, hemisphere and place.
Definition at line 280 of file libtpccurveio.h.
Referenced by fit_allocate_with_dft(), fitRead(), and fitToResult().
| double FitVOI::p[MAX_FITPARAMS] |
Fitted parameters.
Definition at line 298 of file libtpccurveio.h.
Referenced by dft_end_line(), fitDerivEval(), fitEval(), fitEvaltac(), fitIntegralEval(), fitRead(), fitToResult(), and fitWrite().
| int FitVOI::parNr |
The number of parameters.
Definition at line 290 of file libtpccurveio.h.
Referenced by dft_end_line(), fitEval(), fitEvaltac(), fitIntegralEval(), fitRead(), fitToResult(), and fitWrite().
| char FitVOI::place[MAX_REGIONSUBNAME_LEN+1] |
Image plane or other description; deprecated.
Definition at line 286 of file libtpccurveio.h.
Referenced by fit_allocate_with_dft(), fitRead(), fitToResult(), and fitWrite().
| double FitVOI::start |
Fit start time.
Definition at line 292 of file libtpccurveio.h.
Referenced by dft_end_line(), fit_allocate_with_dft(), fitRead(), and fitWrite().
| char FitVOI::sw |
Temporary switch for outside procedures.
Definition at line 302 of file libtpccurveio.h.
| char FitVOI::sw2 |
Temporary switch for outside procedures.
Definition at line 304 of file libtpccurveio.h.
| char FitVOI::sw3 |
Temporary switch for outside procedures.
Definition at line 306 of file libtpccurveio.h.
| int FitVOI::type |
Number (type) of function.
Definition at line 288 of file libtpccurveio.h.
Referenced by dft_end_line(), fitDerivEval(), fitEval(), fitEvaltac(), fitIntegralEval(), fitRead(), fitToResult(), and fitWrite().
| char FitVOI::voiname[MAX_REGIONSUBNAME_LEN+1] |
Name of region; deprecated.
Definition at line 282 of file libtpccurveio.h.
Referenced by fit_allocate_with_dft(), fitRead(), fitToResult(), and fitWrite().
| double FitVOI::wss |
(weighted) sum-of-squares.
Definition at line 300 of file libtpccurveio.h.
Referenced by dft_end_line(), fitRead(), fitToResult(), and fitWrite().