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

Defines | |
| #define | INFO "Condense axis-0 scanlines into \"blocks\"" |
Functions | |
| int | unrrdu_blockMain (int argc, char **argv, char *me, hestParm *hparm) |
| UNRRDU_CMD (block, INFO) | |
Variables | |
| char * | _unrrdu_blockInfoL |
| #define INFO "Condense axis-0 scanlines into \"blocks\"" |
| int unrrdu_blockMain | ( | int | argc, | |
| char ** | argv, | |||
| char * | me, | |||
| hestParm * | hparm | |||
| ) |
| UNRRDU_CMD | ( | block | , | |
| INFO | ||||
| ) |
| char* _unrrdu_blockInfoL |
Initial value:
(INFO ". Output nrrd will be of type \"block\": the type " "for an opaque chunk of " "memory. Block samples can be sliced, cropped, shuffled, " "permuted, etc., but there is no scalar value associated " "with them, so they can not be histogrammed, quantized, " "resampled, converted, etc. The output nrrd will have " "one less dimension than input; axis N information will " "be shifted down to axis N-1. Underlying data " "is unchanged.")
1.5.6