#include "gage.h"
#include "privateGage.h"
Functions | |
gageContext * | gageContextNew () |
gageContext * | gageContextCopy (gageContext *ctx) |
gageContext * | gageContextNix (gageContext *ctx) |
int | gageKernelSet (gageContext *ctx, int which, const NrrdKernel *k, const double *kparm) |
void | gageKernelReset (gageContext *ctx) |
void | gageParmSet (gageContext *ctx, int which, double val) |
int | gagePerVolumeIsAttached (const gageContext *ctx, const gagePerVolume *pvl) |
int | gagePerVolumeAttach (gageContext *ctx, gagePerVolume *pvl) |
int | gagePerVolumeDetach (gageContext *ctx, gagePerVolume *pvl) |
void | gageIv3Fill (gageContext *ctx, gagePerVolume *pvl) |
int | _gageProbe (gageContext *ctx, double _xi, double _yi, double _zi, double stackIdx) |
int | gageProbe (gageContext *ctx, double xi, double yi, double zi) |
int | _gageProbeSpace (gageContext *ctx, double xx, double yy, double zz, double ss, int indexSpace, int clamp) |
int | gageProbeSpace (gageContext *ctx, double xx, double yy, double zz, int indexSpace, int clamp) |
int _gageProbe | ( | gageContext * | ctx, | |
double | _xi, | |||
double | _yi, | |||
double | _zi, | |||
double | stackIdx | |||
) |
int _gageProbeSpace | ( | gageContext * | ctx, | |
double | xx, | |||
double | yy, | |||
double | zz, | |||
double | ss, | |||
int | indexSpace, | |||
int | clamp | |||
) |
gageContext* gageContextCopy | ( | gageContext * | ctx | ) |
gageContext* gageContextNew | ( | ) |
gageContext* gageContextNix | ( | gageContext * | ctx | ) |
void gageIv3Fill | ( | gageContext * | ctx, | |
gagePerVolume * | pvl | |||
) |
void gageKernelReset | ( | gageContext * | ctx | ) |
int gageKernelSet | ( | gageContext * | ctx, | |
int | which, | |||
const NrrdKernel * | k, | |||
const double * | kparm | |||
) |
void gageParmSet | ( | gageContext * | ctx, | |
int | which, | |||
double | val | |||
) |
int gagePerVolumeAttach | ( | gageContext * | ctx, | |
gagePerVolume * | pvl | |||
) |
int gagePerVolumeDetach | ( | gageContext * | ctx, | |
gagePerVolume * | pvl | |||
) |
int gagePerVolumeIsAttached | ( | const gageContext * | ctx, | |
const gagePerVolume * | pvl | |||
) |
int gageProbe | ( | gageContext * | ctx, | |
double | xi, | |||
double | yi, | |||
double | zi | |||
) |
int gageProbeSpace | ( | gageContext * | ctx, | |
double | xx, | |||
double | yy, | |||
double | zz, | |||
int | indexSpace, | |||
int | clamp | |||
) |