#include "unrrdu.h"
#include "privateUnrrdu.h"
Defines | |
#define | INFO "Map nrrd through one univariate lookup table" |
Functions | |
int | unrrdu_lutMain (int argc, char **argv, char *me, hestParm *hparm) |
UNRRDU_CMD (lut, INFO) | |
Variables | |
char * | _unrrdu_lutInfoL |
#define INFO "Map nrrd through one univariate lookup table" |
UNRRDU_CMD | ( | lut | , | |
INFO | ||||
) |
int unrrdu_lutMain | ( | int | argc, | |
char ** | argv, | |||
char * | me, | |||
hestParm * | hparm | |||
) |
char* _unrrdu_lutInfoL |
Initial value:
(INFO " (itself represented as a nrrd). The lookup table " "can be 1D, in which case the output " "has the same dimension as the input, or 2D, in which case " "the output has one more dimension than the input, and each " "value is mapped to a scanline (along axis 0) from the " "lookup table.")