#include "gage.h"
#include "privateGage.h"
Functions | |
int | gageVolumeCheck (const gageContext *ctx, const Nrrd *nin, const gageKind *kind) |
gagePerVolume * | gagePerVolumeNew (gageContext *ctx, const Nrrd *nin, const gageKind *kind) |
gagePerVolume * | _gagePerVolumeCopy (gagePerVolume *pvl, unsigned int fd) |
gagePerVolume * | gagePerVolumeNix (gagePerVolume *pvl) |
const double * | gageAnswerPointer (const gageContext *ctx, const gagePerVolume *pvl, int item) |
double * | _gageAnswerPointer (const gageContext *ctx, gagePerVolume *pvl, int item) |
unsigned int | gageAnswerLength (const gageContext *ctx, const gagePerVolume *pvl, int item) |
int | gageQueryReset (gageContext *ctx, gagePerVolume *pvl) |
int | gageQuerySet (gageContext *ctx, gagePerVolume *pvl, gageQuery query) |
int | gageQueryAdd (gageContext *ctx, gagePerVolume *pvl, gageQuery query) |
int | gageQueryItemOn (gageContext *ctx, gagePerVolume *pvl, int item) |
double* _gageAnswerPointer | ( | const gageContext * | ctx, | |
gagePerVolume * | pvl, | |||
int | item | |||
) |
gagePerVolume* _gagePerVolumeCopy | ( | gagePerVolume * | pvl, | |
unsigned int | fd | |||
) |
unsigned int gageAnswerLength | ( | const gageContext * | ctx, | |
const gagePerVolume * | pvl, | |||
int | item | |||
) |
const double* gageAnswerPointer | ( | const gageContext * | ctx, | |
const gagePerVolume * | pvl, | |||
int | item | |||
) |
gagePerVolume* gagePerVolumeNew | ( | gageContext * | ctx, | |
const Nrrd * | nin, | |||
const gageKind * | kind | |||
) |
gagePerVolume* gagePerVolumeNix | ( | gagePerVolume * | pvl | ) |
int gageQueryAdd | ( | gageContext * | ctx, | |
gagePerVolume * | pvl, | |||
gageQuery | query | |||
) |
int gageQueryItemOn | ( | gageContext * | ctx, | |
gagePerVolume * | pvl, | |||
int | item | |||
) |
int gageQueryReset | ( | gageContext * | ctx, | |
gagePerVolume * | pvl | |||
) |
int gageQuerySet | ( | gageContext * | ctx, | |
gagePerVolume * | pvl, | |||
gageQuery | query | |||
) |
int gageVolumeCheck | ( | const gageContext * | ctx, | |
const Nrrd * | nin, | |||
const gageKind * | kind | |||
) |