32 #ifndef itkGE5ImageIO_h
33 #define itkGE5ImageIO_h
34 #include "ITKIOGEExport.h"
72 virtual bool CanReadFile(
const char *FileNameToRead) ITK_OVERRIDE;
79 virtual void ModifyImageInformation() ITK_OVERRIDE;
117 ~GE5ImageIO() ITK_OVERRIDE;
119 virtual
GEImageHeader * ReadHeader(const
char *FileNameToRead) ITK_OVERRIDE;
122 int CheckGE5xImages(
char const *const imageFileTemplate, std::
string & reason);
124 ITK_DISALLOW_COPY_AND_ASSIGN(GE5ImageIO);
128 #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.