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

Defines | |
| #define | INFO "Collapse scanlines to scalars along some axis" |
Functions | |
| int | unrrdu_projectMain (int argc, char **argv, char *me, hestParm *hparm) |
| UNRRDU_CMD (project, INFO) | |
Variables | |
| char * | _unrrdu_projectInfoL |
| #define INFO "Collapse scanlines to scalars along some axis" |
| UNRRDU_CMD | ( | project | , | |
| INFO | ||||
| ) |
| int unrrdu_projectMain | ( | int | argc, | |
| char ** | argv, | |||
| char * | me, | |||
| hestParm * | hparm | |||
| ) |
| char* _unrrdu_projectInfoL |
Initial value:
(INFO ". The scanline is reduced to a single scalar by " "\"measuring\" all the values in the scanline " "with some measure. The output nrrd has dimension " "one less than input; the output type depends on " "the measure in a non-trivial way, or it can be set explicitly " "with the \"-t\" option.")
1.5.6