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

Defines | |
| #define | INFO "Quantize directions of diffusion" |
Functions | |
| int | tend_evqMain (int argc, char **argv, char *me, hestParm *hparm) |
| TEND_CMD (evq, INFO) | |
Variables | |
| char * | _tend_evqInfoL |
| #define INFO "Quantize directions of diffusion" |
| TEND_CMD | ( | evq | , | |
| INFO | ||||
| ) |
| int tend_evqMain | ( | int | argc, | |
| char ** | argv, | |||
| char * | me, | |||
| hestParm * | hparm | |||
| ) |
| char* _tend_evqInfoL |
Initial value:
(INFO ". Because VTK doesn't do multi-dimensional colormaps, we have to " "quantize directions of diffusion (usually just the principal eigenvector) " "in order to create the usual XYZ<->RGB coloring. Because " "eigenvector directions are poorly defined in regions of low " "anisotropy, the length of the vector (pre-quantization) is modulated " "by anisotropy, requiring the selection of some anisotropy metric.")
1.5.6