#include "nrrd.h"#include "privateNrrd.h"

Functions | |
| int | _nrrdHestNrrdParse (void *ptr, char *str, char err[AIR_STRLEN_HUGE]) |
| int | _nrrdHestKernelSpecParse (void *ptr, char *str, char err[AIR_STRLEN_HUGE]) |
| int | _nrrdLooksLikeANumber (char *str) |
| int | _nrrdHestIterParse (void *ptr, char *str, char err[AIR_STRLEN_HUGE]) |
Variables | |
| hestCB | _nrrdHestNrrd |
| hestCB * | nrrdHestNrrd = &_nrrdHestNrrd |
| hestCB | _nrrdHestKernelSpec |
| hestCB * | nrrdHestKernelSpec = &_nrrdHestKernelSpec |
| hestCB | _nrrdHestIter |
| hestCB * | nrrdHestIter = &_nrrdHestIter |
| int _nrrdHestIterParse | ( | void * | ptr, | |
| char * | str, | |||
| char | err[AIR_STRLEN_HUGE] | |||
| ) |
| int _nrrdHestKernelSpecParse | ( | void * | ptr, | |
| char * | str, | |||
| char | err[AIR_STRLEN_HUGE] | |||
| ) |
| int _nrrdHestNrrdParse | ( | void * | ptr, | |
| char * | str, | |||
| char | err[AIR_STRLEN_HUGE] | |||
| ) |
| int _nrrdLooksLikeANumber | ( | char * | str | ) |
Initial value:
{
sizeof(NrrdIter *),
"nrrd/value",
_nrrdHestIterParse,
(airMopper)nrrdIterNix
}
Initial value:
{
sizeof(NrrdKernelSpec*),
"kernel specification",
_nrrdHestKernelSpecParse,
(airMopper)nrrdKernelSpecNix
}
Initial value:
{
sizeof(Nrrd *),
"nrrd",
_nrrdHestNrrdParse,
(airMopper)nrrdNuke
}
1.5.6