#include "ten.h"
#include "privateTen.h"
Defines | |
#define | INFO "Graph anisotropy metric in barycentric coords" |
Functions | |
int | tend_anplotMain (int argc, char **argv, char *me, hestParm *hparm) |
Variables | |
char * | _tend_anplotInfoL |
unrrduCmd | tend_anplotCmd = { "anplot", INFO, tend_anplotMain } |
#define INFO "Graph anisotropy metric in barycentric coords" |
int tend_anplotMain | ( | int | argc, | |
char ** | argv, | |||
char * | me, | |||
hestParm * | hparm | |||
) |
char* _tend_anplotInfoL |
Initial value:
(INFO ". The metrics all vary from 0.0 to 1.0, and will be sampled " "in the lower right half of the image. The plane on which they are " "sampled is a surface of constant trace. You may want to use " "\"unu resample -s = x0.57735 -k tent\" to transform the triangle into " "a 30-60-90 triangle, and \"ilk -t 1,-0.5,0,0,0.866,0 -k tent " "-0 u:0,1 -b pad -bg 0\" (possibly followed by " "teem/src/limntest/triimg) to transform the domain into an equilateral " "triangle.")
unrrduCmd tend_anplotCmd = { "anplot", INFO, tend_anplotMain } |