32 #ifndef itkGE5ImageIO_h
33 #define itkGE5ImageIO_h
34 #include "ITKIOGEExport.h"
74 bool CanReadFile(
const char *FileNameToRead)
override;
81 void ModifyImageInformation()
override;
121 GEImageHeader * ReadHeader(
const char *FileNameToRead)
override;
124 int CheckGE5xImages(
char const *
const imageFileTemplate, std::string & reason);
129 #endif // itkGE5ImageIO_h
Class that defines how to read GE5 file format.
Light weight base class for most itk classes.
Class that defines how to read GE4 file format.
This file was written as a modification to the itkMetaImageIO as a new method for reading in files fr...
Base class for most ITK classes.