32 #ifndef itkGE5ImageIO_h
33 #define itkGE5ImageIO_h
34 #include "ITKIOGEExport.h"
73 virtual bool CanReadFile(
const char *FileNameToRead) ITK_OVERRIDE;
80 virtual void ModifyImageInformation() ITK_OVERRIDE;
120 virtual
GEImageHeader * ReadHeader(const
char *FileNameToRead) ITK_OVERRIDE;
125 int CheckGE5xImages(
char const *const imageFileTemplate, std::
string & reason);
127 GE5ImageIO(const
Self &);
128 void operator=(const Self &);
132 #endif // itkAnalyzeImageIO_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.
IPLCommonImageIO Superclass
SmartPointer< Self > Pointer
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.