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

Defines | |
| #define | INFO "Generate postscript renderings of 2D glyphs" |
Functions | |
| int | tend_ellipseDoit (FILE *file, Nrrd *nten, Nrrd *npos, Nrrd *nstn, float min[2], float max[2], float gscale, float dotRad, float lineWidth, float cthresh, int invert) |
| int | tend_ellipseMain (int argc, char **argv, char *me, hestParm *hparm) |
Variables | |
| char * | _tend_ellipseInfoL |
| unrrduCmd | tend_ellipseCmd = { "ellipse", INFO, tend_ellipseMain } |
| #define INFO "Generate postscript renderings of 2D glyphs" |
| int tend_ellipseDoit | ( | FILE * | file, | |
| Nrrd * | nten, | |||
| Nrrd * | npos, | |||
| Nrrd * | nstn, | |||
| float | min[2], | |||
| float | max[2], | |||
| float | gscale, | |||
| float | dotRad, | |||
| float | lineWidth, | |||
| float | cthresh, | |||
| int | invert | |||
| ) |
| int tend_ellipseMain | ( | int | argc, | |
| char ** | argv, | |||
| char * | me, | |||
| hestParm * | hparm | |||
| ) |
| char* _tend_ellipseInfoL |
Initial value:
(INFO ". Not much to look at here.")
| unrrduCmd tend_ellipseCmd = { "ellipse", INFO, tend_ellipseMain } |
1.5.6