#include "nrrd.h"
#include "privateNrrd.h"
Functions | |
int | _nrrdFormatEPS_available (void) |
int | _nrrdFormatEPS_nameLooksLike (const char *filename) |
int | _nrrdFormatEPS_fitsInto (const Nrrd *nrrd, const NrrdEncoding *encoding, int useBiff) |
int | _nrrdFormatEPS_contentStartsLike (NrrdIoState *nio) |
int | _nrrdFormatEPS_read (FILE *file, Nrrd *nrrd, NrrdIoState *nio) |
int | _nrrdFormatEPS_write (FILE *file, const Nrrd *_nrrd, NrrdIoState *nio) |
Variables | |
const NrrdFormat | _nrrdFormatEPS |
const NrrdFormat *const | nrrdFormatEPS = &_nrrdFormatEPS |
int _nrrdFormatEPS_available | ( | void | ) |
int _nrrdFormatEPS_contentStartsLike | ( | NrrdIoState * | nio | ) |
int _nrrdFormatEPS_fitsInto | ( | const Nrrd * | nrrd, | |
const NrrdEncoding * | encoding, | |||
int | useBiff | |||
) |
int _nrrdFormatEPS_nameLooksLike | ( | const char * | filename | ) |
int _nrrdFormatEPS_read | ( | FILE * | file, | |
Nrrd * | nrrd, | |||
NrrdIoState * | nio | |||
) |
int _nrrdFormatEPS_write | ( | FILE * | file, | |
const Nrrd * | _nrrd, | |||
NrrdIoState * | nio | |||
) |
const NrrdFormat _nrrdFormatEPS |
Initial value:
const NrrdFormat* const nrrdFormatEPS = &_nrrdFormatEPS |