#include "ten.h"#include "privateTen.h"

Defines | |
| #define | INFO "Generate a pretty synthetic DT volume" |
Functions | |
| void | tend_satinSphereEigen (float *eval, float *evec, float x, float y, float z, float parm, float mina, float maxa, float thick, float bnd, float evsc) |
| void | tend_satinTorusEigen (float *eval, float *evec, float x, float y, float z, float parm, float mina, float maxa, float thick, float bnd, float evsc) |
| int | tend_satinGen (Nrrd *nout, float parm, float mina, float maxa, int wsize, float thick, float bnd, float bndRm, float evsc, int torus) |
| int | tend_satinMain (int argc, char **argv, char *me, hestParm *hparm) |
Variables | |
| char * | _tend_satinInfoL |
| unrrduCmd | tend_satinCmd = { "satin", INFO, tend_satinMain } |
| #define INFO "Generate a pretty synthetic DT volume" |
| int tend_satinGen | ( | Nrrd * | nout, | |
| float | parm, | |||
| float | mina, | |||
| float | maxa, | |||
| int | wsize, | |||
| float | thick, | |||
| float | bnd, | |||
| float | bndRm, | |||
| float | evsc, | |||
| int | torus | |||
| ) |
| int tend_satinMain | ( | int | argc, | |
| char ** | argv, | |||
| char * | me, | |||
| hestParm * | hparm | |||
| ) |
| void tend_satinSphereEigen | ( | float * | eval, | |
| float * | evec, | |||
| float | x, | |||
| float | y, | |||
| float | z, | |||
| float | parm, | |||
| float | mina, | |||
| float | maxa, | |||
| float | thick, | |||
| float | bnd, | |||
| float | evsc | |||
| ) |
| void tend_satinTorusEigen | ( | float * | eval, | |
| float * | evec, | |||
| float | x, | |||
| float | y, | |||
| float | z, | |||
| float | parm, | |||
| float | mina, | |||
| float | maxa, | |||
| float | thick, | |||
| float | bnd, | |||
| float | evsc | |||
| ) |
| char* _tend_satinInfoL |
Initial value:
(INFO ". The surface of a sphere or torus is covered with either linear or " "planar anisotropic tensors, or somewhere in between.")
| unrrduCmd tend_satinCmd = { "satin", INFO, tend_satinMain } |
1.5.6