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

Defines | |
| #define | INFO "Map nrrd through a bivariate lookup table" |
Functions | |
| int | unrrdu_lut2Main (int argc, char **argv, char *me, hestParm *hparm) |
| UNRRDU_CMD (lut2, INFO) | |
Variables | |
| char * | _unrrdu_lut2InfoL |
| #define INFO "Map nrrd through a bivariate lookup table" |
| UNRRDU_CMD | ( | lut2 | , | |
| INFO | ||||
| ) |
| int unrrdu_lut2Main | ( | int | argc, | |
| char ** | argv, | |||
| char * | me, | |||
| hestParm * | hparm | |||
| ) |
| char* _unrrdu_lut2InfoL |
Initial value:
(INFO " (itself represented as a nrrd). The lookup table " "can be 2D, in which case the output " "has the same dimension as the input, or 3D, in which case " "the output has one more dimension than the input, and each " "pair of values is mapped to a scanline (along axis 0) from the " "lookup table. In any case, axis 0 of the input must have length two.")
1.5.6