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

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 Documentation

#define INFO   "Map nrrd through one univariate lookup table"

Function Documentation

UNRRDU_CMD ( lut  ,
INFO   
)
int unrrdu_lutMain ( int  argc,
char **  argv,
char *  me,
hestParm hparm 
)

Variable Documentation

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.")