|
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 276 of file libtpccurveio.h.
| int FitVOI::dataNr |
Number of data points in the fit.
Definition at line 295 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 293 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 283 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 279 of file libtpccurveio.h.
Referenced by fit_allocate_with_dft(), fitRead(), and fitToResult().
| double FitVOI::p[MAX_FITPARAMS] |
Fitted parameters.
Definition at line 297 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 289 of file libtpccurveio.h.
Referenced by dft_end_line(), fitEval(), fitEvaltac(), fitRead(), fitToResult(), and fitWrite().
| char FitVOI::place[MAX_REGIONSUBNAME_LEN+1] |
Image plane or other description; deprecated.
Definition at line 285 of file libtpccurveio.h.
Referenced by fit_allocate_with_dft(), fitRead(), fitToResult(), and fitWrite().
| double FitVOI::start |
Fit start time.
Definition at line 291 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 301 of file libtpccurveio.h.
| char FitVOI::sw2 |
Temporary switch for outside procedures.
Definition at line 303 of file libtpccurveio.h.
| char FitVOI::sw3 |
Temporary switch for outside procedures.
Definition at line 305 of file libtpccurveio.h.
| int FitVOI::type |
Number (type) of function.
Definition at line 287 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 281 of file libtpccurveio.h.
Referenced by fit_allocate_with_dft(), fitRead(), fitToResult(), and fitWrite().
| double FitVOI::wss |
(weighted) sum-of-squares.
Definition at line 299 of file libtpccurveio.h.
Referenced by dft_end_line(), fitRead(), fitToResult(), and fitWrite().