src/unrrdu/data.c File Reference

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

Include dependency graph for data.c:


Defines

#define INFO   "Print data segment of a nrrd file"

Functions

int unrrdu_dataMain (int argc, char **argv, char *me, hestParm *hparm)
 UNRRDU_CMD (data, INFO)

Variables

char * _unrrdu_dataInfoL

Define Documentation

#define INFO   "Print data segment of a nrrd file"


Function Documentation

UNRRDU_CMD ( data  ,
INFO   
)

int unrrdu_dataMain ( int  argc,
char **  argv,
char *  me,
hestParm hparm 
)


Variable Documentation

Initial value:

 
(INFO  ".  The value of this is to pass the data segment in isolation to a "
 "stand-alone decoder, in case this Teem build lacks an optional "
 "data encoding required for a given nrrd file.  Caveats: "
 "Will start copying "
 "characters from the datafile until EOF is hit, so this won't work "
 "correctly if the datafile has extraneous content at the end.  Will "
 "skip lines (as per \"line skip:\" header field) if needed, but can only "
 "skip bytes (as per \"byte skip:\") if the encoding is NOT a compression. "
 "\n \n "
 "To make vol.raw contain the uncompressed data from vol.nrrd "
 "which uses \"gz\" encoding: \"unu data vol.nrrd | gunzip > vol.raw\"")


Generated on Thu Jan 1 01:07:13 2009 for Teem by  doxygen 1.5.6