#include <stdio.h>
#include <teem/biff.h>
#include <teem/hest.h>
#include <teem/nrrd.h>
#include <teem/gage.h>
#include <teem/ten.h>
Defines | |
#define | SPACING(spc) (AIR_EXISTS(spc) ? spc: nrrdDefaultSpacing) |
#define | PROBE_MAT2LIST(l, m) |
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 * | deconvInfo = ("Does deconvolution. ") |
#define PROBE_MAT2LIST | ( | l, | |||
m | ) |
Value:
( \ (l)[1] = (m)[0], \ (l)[2] = (m)[3], \ (l)[3] = (m)[6], \ (l)[4] = (m)[4], \ (l)[5] = (m)[7], \ (l)[6] = (m)[8] )
#define SPACING | ( | spc | ) | (AIR_EXISTS(spc) ? spc: nrrdDefaultSpacing) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
int probeParseKind | ( | void * | ptr, | |
char * | str, | |||
char | err[AIR_STRLEN_HUGE] | |||
) |
void* probeParseKindDestroy | ( | void * | ptr | ) |
char* deconvInfo = ("Does deconvolution. ") |
Initial value:
{ sizeof(gageKind *), "kind", probeParseKind, probeParseKindDestroy }