#include "coil.h"

Functions | |
| int | coilVolumeCheck (const Nrrd *nin, const coilKind *kind) |
| coilContext * | coilContextNew () |
| int | coilContextAllSet (coilContext *cctx, const Nrrd *nin, const coilKind *kind, const coilMethod *method, unsigned int radius, unsigned int numThreads, int verbose, double parm[COIL_PARMS_NUM]) |
| int | coilOutputGet (Nrrd *nout, coilContext *cctx) |
| coilContext * | coilContextNix (coilContext *cctx) |
| int coilContextAllSet | ( | coilContext * | cctx, | |
| const Nrrd * | nin, | |||
| const coilKind * | kind, | |||
| const coilMethod * | method, | |||
| unsigned int | radius, | |||
| unsigned int | numThreads, | |||
| int | verbose, | |||
| double | parm[COIL_PARMS_NUM] | |||
| ) |
| coilContext* coilContextNew | ( | ) |
| coilContext* coilContextNix | ( | coilContext * | cctx | ) |
| int coilOutputGet | ( | Nrrd * | nout, | |
| coilContext * | cctx | |||
| ) |
1.5.6