Go to the source code of this file.
Classes | |
class | itk::IPLCommonImageIO |
Class that defines how to read GE4 file format. More... | |
Namespaces | |
namespace | itk |
Defines | |
#define | IOCHECK() |
#define | RAISE_EXCEPTION() |
#define IOCHECK | ( | ) |
if(f.fail()) \ { \ if(f.is_open()) \ f.close(); \ RAISE_EXCEPTION(); \ }
Definition at line 175 of file itkIPLCommonImageIO.h.
#define RAISE_EXCEPTION | ( | ) |
{ ExceptionObject exception(__FILE__, __LINE__); \ exception.SetDescription("File cannot be read"); \ throw exception; }
Definition at line 170 of file itkIPLCommonImageIO.h.