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

Data Structures | |
| union | _fppu |
Defines | |
| #define | UNSETTWO if (settwo) nrrd->dim = settwo |
Functions | |
| int | _nrrdFormatText_available (void) |
| int | _nrrdFormatText_nameLooksLike (const char *fname) |
| int | _nrrdFormatText_fitsInto (const Nrrd *nrrd, const NrrdEncoding *encoding, int useBiff) |
| int | _nrrdFormatText_contentStartsLike (NrrdIoState *nio) |
| int | _nrrdFormatText_read (FILE *file, Nrrd *nrrd, NrrdIoState *nio) |
| int | _nrrdFormatText_write (FILE *file, const Nrrd *nrrd, NrrdIoState *nio) |
Variables | |
| const NrrdFormat | _nrrdFormatText |
| const NrrdFormat *const | nrrdFormatText = &_nrrdFormatText |
| #define UNSETTWO if (settwo) nrrd->dim = settwo |
| int _nrrdFormatText_available | ( | void | ) |
| int _nrrdFormatText_contentStartsLike | ( | NrrdIoState * | nio | ) |
| int _nrrdFormatText_fitsInto | ( | const Nrrd * | nrrd, | |
| const NrrdEncoding * | encoding, | |||
| int | useBiff | |||
| ) |
| int _nrrdFormatText_nameLooksLike | ( | const char * | fname | ) |
| int _nrrdFormatText_read | ( | FILE * | file, | |
| Nrrd * | nrrd, | |||
| NrrdIoState * | nio | |||
| ) |
| int _nrrdFormatText_write | ( | FILE * | file, | |
| const Nrrd * | nrrd, | |||
| NrrdIoState * | nio | |||
| ) |
| const NrrdFormat _nrrdFormatText |
| const NrrdFormat* const nrrdFormatText = &_nrrdFormatText |
1.5.6