#include "unrrdu.h"
#include "privateUnrrdu.h"
Defines | |
#define | INFO "Print header of one or more nrrd files" |
Functions | |
int | unrrdu_headDoit (char *me, NrrdIoState *nio, char *inS, FILE *fout) |
int | unrrdu_headMain (int argc, char **argv, char *me, hestParm *hparm) |
UNRRDU_CMD (head, INFO) | |
Variables | |
char * | _unrrdu_headInfoL |
#define INFO "Print header of one or more nrrd files" |
UNRRDU_CMD | ( | head | , | |
INFO | ||||
) |
int unrrdu_headDoit | ( | char * | me, | |
NrrdIoState * | nio, | |||
char * | inS, | |||
FILE * | fout | |||
) |
int unrrdu_headMain | ( | int | argc, | |
char ** | argv, | |||
char * | me, | |||
hestParm * | hparm | |||
) |
char* _unrrdu_headInfoL |
Initial value:
(INFO ". The value of this is simply to print the contents of nrrd " "headers. This avoids the use of \"head -N\", where N has to be " "determined manually, which always risks printing raw binary data " "(following the header) to screen, which tends to clobber terminal " "settings, as well as be annoying.")