TPCCLIB
|
Utilities for setting up results structure based on DFT. More...
#include "libtpccurveio.h"
Go to the source code of this file.
Functions | |
int | res_allocate_with_dft (RES *res, DFT *dft) |
int | dftToResult (DFT *dft, RES *res, char *status) |
Copy the contents (both header and data) of DFT struct into RES struct.
dft | Regional data from where necessary information is read. |
res | Pointer to initiated RES struct which will be allocated here. |
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 60 of file dftres.c.
Allocate memory for regional results based on information in DFT.
res | Pointer to initiated RES 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 dftres.c.
Referenced by dftToResult().