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

Defines

#define INFO   "Binary operation on two nrrds, or on a nrrd and a constant"

Functions

int unrrdu_2opMain (int argc, char **argv, char *me, hestParm *hparm)
 UNRRDU_CMD (2op, INFO)

Variables

char * _unrrdu_2opInfoL

Define Documentation

#define INFO   "Binary operation on two nrrds, or on a nrrd and a constant"

Function Documentation

int unrrdu_2opMain ( int  argc,
char **  argv,
char *  me,
hestParm hparm 
)
UNRRDU_CMD ( 2op  ,
INFO   
)

Variable Documentation

Initial value:
(INFO
 ". Either the first or second operand can be a float constant, "
 "but not both.  Use \"-\" for an operand to signify "
 "a nrrd to be read from stdin (a pipe).  Note, however, "
 "that \"-\" can probably only be used once (reliably).")