#include <stdio.h>#include <teem/biff.h>#include <teem/hest.h>#include <teem/nrrd.h>#include <teem/gage.h>#include <teem/ten.h>

Functions | |
| int | probeParseKind (void *ptr, char *str, char err[AIR_STRLEN_HUGE]) |
| void * | probeParseKindDestroy (void *ptr) |
| int | main (int argc, char *argv[]) |
Variables | |
| hestCB | probeKindHestCB |
| char * | probeInfo |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
| int probeParseKind | ( | void * | ptr, | |
| char * | str, | |||
| char | err[AIR_STRLEN_HUGE] | |||
| ) |
| void* probeParseKindDestroy | ( | void * | ptr | ) |
| char* probeInfo |
Initial value:
("Shows off the functionality of the gage library. " "Uses gageProbe() to query various kinds of volumes " "to learn various measured or derived quantities. " "Can set environment variable TEEM_VPROBE_HACK_ZI " "to limit probing to a single z slice.")
Initial value:
{
sizeof(gageKind *),
"kind",
probeParseKind,
probeParseKindDestroy
}
1.5.6