Teem 1.10.0
src/ten/miscTen.c File Reference
#include "ten.h"
#include "privateTen.h"
Include dependency graph for miscTen.c:

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 Documentation

#define SQR (   i)    ((i)*(i))

Function Documentation

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 
)
int tenEvqVolume ( Nrrd nout,
const Nrrd nin,
int  which,
int  aniso,
int  scaleByAniso 
)