#include "alan.h"
Defines | |
#define | GOT_NULL |
#define | DIM_SET |
Functions | |
void | alanContextInit (alanContext *actx) |
alanContext * | alanContextNew (void) |
alanContext * | alanContextNix (alanContext *actx) |
int | alanDimensionSet (alanContext *actx, int dim) |
int | alan2DSizeSet (alanContext *actx, int sizeX, int sizeY) |
int | alan3DSizeSet (alanContext *actx, int sizeX, int sizeY, int sizeZ) |
int | alanTensorSet (alanContext *actx, Nrrd *nten, int oversample) |
int | alanParmSet (alanContext *actx, int whichParm, double parm) |
Variables | |
const char * | alanBiffKey = "alan" |
#define DIM_SET |
#define GOT_NULL |
int alan2DSizeSet | ( | alanContext * | actx, | |
int | sizeX, | |||
int | sizeY | |||
) |
int alan3DSizeSet | ( | alanContext * | actx, | |
int | sizeX, | |||
int | sizeY, | |||
int | sizeZ | |||
) |
void alanContextInit | ( | alanContext * | actx | ) |
alanContext* alanContextNew | ( | void | ) |
alanContext* alanContextNix | ( | alanContext * | actx | ) |
int alanDimensionSet | ( | alanContext * | actx, | |
int | dim | |||
) |
int alanParmSet | ( | alanContext * | actx, | |
int | whichParm, | |||
double | parm | |||
) |
int alanTensorSet | ( | alanContext * | actx, | |
Nrrd * | nten, | |||
int | oversample | |||
) |
const char* alanBiffKey = "alan" |