#include <teem/air.h>
#include <teem/biff.h>
#include <teem/ell.h>
#include <teem/nrrd.h>
#include <teem/ten.h>
#define COIL coilBiffKey |
#define COIL_EXPORT extern |
#define COIL_KIND_TYPE_MAX 3 |
#define COIL_METHOD_TYPE_MAX 7 |
#define coil_nrrdType nrrdTypeFloat |
#define COIL_PARMS_NUM 5 |
#define COIL_TYPE_FLOAT 1 |
typedef float coil_t |
typedef struct coilContext_t coilContext |
anonymous enum |
anonymous enum |
COIL_EXPORT 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] | |||
) |
COIL_EXPORT coilContext* coilContextNew | ( | ) |
COIL_EXPORT coilContext* coilContextNix | ( | coilContext * | cctx | ) |
COIL_EXPORT int coilFinish | ( | coilContext * | cctx | ) |
COIL_EXPORT int coilIterate | ( | coilContext * | cctx, | |
int | numIterations | |||
) |
COIL_EXPORT int coilOutputGet | ( | Nrrd * | nout, | |
coilContext * | cctx | |||
) |
COIL_EXPORT int coilStart | ( | coilContext * | cctx | ) |
COIL_EXPORT const coilKind _coilKind7Tensor |
COIL_EXPORT const char* coilBiffKey |
COIL_EXPORT int coilDefaultRadius |
COIL_EXPORT const coilKind* coilKind7Tensor |
COIL_EXPORT const coilKind* coilKindArray[COIL_KIND_TYPE_MAX+1] |
COIL_EXPORT const coilKind* coilKindScalar |
COIL_EXPORT airEnum* coilKindType |
COIL_EXPORT const coilMethod* coilMethodArray[COIL_METHOD_TYPE_MAX+1] |
COIL_EXPORT const coilMethod* coilMethodIsotropic |
COIL_EXPORT const coilMethod* coilMethodTesting |
COIL_EXPORT airEnum* coilMethodType |
COIL_EXPORT int coilVerbose |