Functions | |
int | _gageShapeSet (const gageContext *ctx, gageShape *shape, const Nrrd *nin, unsigned int baseDim) |
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) |
gagePerVolume * | _gagePerVolumeCopy (gagePerVolume *pvl, unsigned int fd) |
double * | _gageAnswerPointer (const gageContext *ctx, gagePerVolume *pvl, int item) |
void | _gagePrint_off (FILE *, gageContext *ctx) |
void | _gagePrint_fslw (FILE *, gageContext *ctx) |
int | _gageLocationSet (gageContext *ctx, double x, double y, double z, double s) |
int | _gageStackIv3Fill (gageContext *ctx) |
void | _gageSclIv3Print (FILE *, gageContext *ctx, gagePerVolume *pvl) |
void | _gageSclFilter (gageContext *ctx, gagePerVolume *pvl) |
void | _gageSclAnswer (gageContext *ctx, gagePerVolume *pvl) |
void | _gageVecIv3Print (FILE *, gageContext *ctx, gagePerVolume *pvl) |
double* _gageAnswerPointer | ( | const gageContext * | ctx, | |
gagePerVolume * | pvl, | |||
int | item | |||
) |
int _gageLocationSet | ( | gageContext * | ctx, | |
double | x, | |||
double | y, | |||
double | z, | |||
double | s | |||
) |
gagePerVolume* _gagePerVolumeCopy | ( | gagePerVolume * | pvl, | |
unsigned int | fd | |||
) |
void _gagePrint_fslw | ( | FILE * | , | |
gageContext * | ctx | |||
) |
void _gagePrint_off | ( | FILE * | , | |
gageContext * | ctx | |||
) |
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 | |||
) |
void _gageSclAnswer | ( | gageContext * | ctx, | |
gagePerVolume * | pvl | |||
) |
void _gageSclFilter | ( | gageContext * | ctx, | |
gagePerVolume * | pvl | |||
) |
void _gageSclIv3Print | ( | FILE * | , | |
gageContext * | ctx, | |||
gagePerVolume * | pvl | |||
) |
int _gageShapeSet | ( | const gageContext * | ctx, | |
gageShape * | shape, | |||
const Nrrd * | nin, | |||
unsigned int | baseDim | |||
) |
int _gageStackIv3Fill | ( | gageContext * | ctx | ) |
void _gageVecIv3Print | ( | FILE * | , | |
gageContext * | ctx, | |||
gagePerVolume * | pvl | |||
) |