19 #ifndef rtkEdfImageIO_h 20 #define rtkEdfImageIO_h 58 bool CanReadFile(
const char* FileNameToRead ) ITK_OVERRIDE;
60 void Read(
void * buffer) ITK_OVERRIDE;
71 void Write(
const void* buffer) ITK_OVERRIDE;
122 if (tbl[k].key && !strncmp(search_str, tbl[k].key, strlen(tbl[k].key) ) )
133 if (tbl[k].key && !strncmp(search_str, tbl[k].key, strlen(tbl[k].key) ) )
void WriteImageInformation() override
void Write(const void *buffer) override
std::string m_BinaryFileName
itk::SmartPointer< Self > Pointer
static int lookup_table3_nth(const struct table3 *tbl, const char *search_str)
itk::ImageIOBase Superclass
bool CanWriteFile(const char *filename) override
static char * edf_findInHeader(char *header, const char *key)
void ReadImageInformation() override
Class for reading Edf image file format. Edf is the format of X-ray projection images at the ESRF...
static int lookup_table_nth(const struct table *tbl, const char *search_str)
bool CanReadFile(const char *FileNameToRead) override
void Read(void *buffer) override