#include "unrrdu.h"#include "privateUnrrdu.h"

Defines | |
| #define | INFO "Print out min and max values in one or more nrrds" |
Functions | |
| int | unrrdu_minmaxDoit (char *me, char *inS, int blind8BitRange, FILE *fout) |
| int | unrrdu_minmaxMain (int argc, char **argv, char *me, hestParm *hparm) |
| UNRRDU_CMD (minmax, INFO) | |
Variables | |
| char * | _unrrdu_minmaxInfoL |
| #define INFO "Print out min and max values in one or more nrrds" |
| UNRRDU_CMD | ( | minmax | , | |
| INFO | ||||
| ) |
| int unrrdu_minmaxDoit | ( | char * | me, | |
| char * | inS, | |||
| int | blind8BitRange, | |||
| FILE * | fout | |||
| ) |
| int unrrdu_minmaxMain | ( | int | argc, | |
| char ** | argv, | |||
| char * | me, | |||
| hestParm * | hparm | |||
| ) |
| char* _unrrdu_minmaxInfoL |
Initial value:
(INFO ". Unlike other commands, this doesn't produce a nrrd. It only " "prints to standard out the min and max values found in the input nrrd(s), " "and it also indicates if there are non-existant values.")
1.5.6