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

Defines | |
| #define | INFO "Map nrrd through *irregular* univariate map (\"colormap\")" |
Functions | |
| int | unrrdu_imapMain (int argc, char **argv, char *me, hestParm *hparm) |
| UNRRDU_CMD (imap, INFO) | |
Variables | |
| char * | _unrrdu_imapInfoL |
| #define INFO "Map nrrd through *irregular* univariate map (\"colormap\")" |
| UNRRDU_CMD | ( | imap | , | |
| INFO | ||||
| ) |
| int unrrdu_imapMain | ( | int | argc, | |
| char ** | argv, | |||
| char * | me, | |||
| hestParm * | hparm | |||
| ) |
| char* _unrrdu_imapInfoL |
Initial value:
(INFO ". A map is irregular if the control points are not evenly " "spaced along the domain, and hence their position must be " "explicitly represented in the map. As nrrds, these maps " "are necessarily 2D. Along axis 0, the first value is the " "location of the control point, and the remaining values " "give are the range of the map for that control point. " "The output value(s) is the result of linearly " "interpolating between value(s) from the map.")
1.5.6