Teem 1.10.0
src/unrrdu/head.c File Reference
#include "unrrdu.h"
#include "privateUnrrdu.h"
Include dependency graph for head.c:

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 Documentation

#define INFO   "Print header of one or more nrrd files"

Function Documentation

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 
)

Variable Documentation

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.")