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

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 INFO "Binary operation on two nrrds, or on a nrrd and a constant" |
| int unrrdu_2opMain | ( | int | argc, | |
| char ** | argv, | |||
| char * | me, | |||
| hestParm * | hparm | |||
| ) |
| UNRRDU_CMD | ( | 2op | , | |
| INFO | ||||
| ) |
| char* _unrrdu_2opInfoL |
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).")
1.5.6