|
Teem 1.10.0
|

Defines | |
| #define | INFO "Convert to another type (as if by cast, w/ optional clamp)" |
Functions | |
| int | unrrdu_convertMain (int argc, char **argv, char *me, hestParm *hparm) |
| UNRRDU_CMD (convert, INFO) | |
Variables | |
| char * | _unrrdu_convertInfoL |
| #define INFO "Convert to another type (as if by cast, w/ optional clamp)" |
| UNRRDU_CMD | ( | convert | , |
| INFO | |||
| ) |
| int unrrdu_convertMain | ( | int | argc, |
| char ** | argv, | ||
| char * | me, | ||
| hestParm * | hparm | ||
| ) |
| char* _unrrdu_convertInfoL |
(INFO ". By default this does not transform, scale, or intelligently " "quantize values; it just copies them from one type to another, which " "replicates exactly what you'd get in C when you assign from a variable " "of one type to another, or when you cast to a different type. However, " "clamping values to the representable range of the output type is possible. " "with \"-clamp\". " "See also \"unu quantize\"," "\"unu 2op x\", and \"unu 3op clamp\".")