#include "ten.h"
#include "privateTen.h"
Defines | |
#define | SQR(i) ((i)*(i)) |
Functions | |
int | tenEvecRGB (Nrrd *nout, const Nrrd *nin, const tenEvecRGBParm *rgbp) |
short | tenEvqSingle (float vec[3], float scl) |
int | tenEvqVolume (Nrrd *nout, const Nrrd *nin, int which, int aniso, int scaleByAniso) |
int | tenBMatrixCheck (const Nrrd *nbmat, int type, unsigned int minnum) |
int | _tenFindValley (double *valP, const Nrrd *nhist, double tweak, int save) |
#define SQR | ( | i | ) | ((i)*(i)) |
int _tenFindValley | ( | double * | valP, | |
const Nrrd * | nhist, | |||
double | tweak, | |||
int | save | |||
) |
int tenBMatrixCheck | ( | const Nrrd * | nbmat, | |
int | type, | |||
unsigned int | minnum | |||
) |
int tenEvecRGB | ( | Nrrd * | nout, | |
const Nrrd * | nin, | |||
const tenEvecRGBParm * | rgbp | |||
) |
short tenEvqSingle | ( | float | vec[3], | |
float | scl | |||
) |