TPCCLIB
|
Utility functions for working with FIT struct. More...
#include "libtpccurveio.h"
Go to the source code of this file.
Functions | |
int | fit_allocate_with_dft (FIT *fit, DFT *dft) |
int | fitToResult (FIT *fit, RES *res, char *status) |
Allocate memory for regional function fits based on information in DFT.
fit | Pointer to initiated FIT struct which will be allocated here and filled with ROI names etc. |
dft | Regional data from where necessary information is read. |
Definition at line 14 of file fitres.c.
Referenced by dft_end_line().
Conversion of FIT contents to RES.
fit | Pointer to FIT structure, contents of which are written to RES struct. |
res | Pointer to initiated RES struct where FIT contents are written; any previous contents are removed. |
status | Pointer to a string (allocated for at least 64 chars) where error message or other execution status will be written; enter NULL, if not needed. |
Definition at line 56 of file fitres.c.