src/nrrd/hestNrrd.c File Reference

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

Include dependency graph for hestNrrd.c:


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
hestCBnrrdHestNrrd = &_nrrdHestNrrd
hestCB _nrrdHestKernelSpec
hestCBnrrdHestKernelSpec = &_nrrdHestKernelSpec
hestCB _nrrdHestIter
hestCBnrrdHestIter = &_nrrdHestIter

Function Documentation

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  ) 


Variable Documentation

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
}


Generated on Sat May 9 03:55:33 2009 for Teem by  doxygen 1.5.9