Go to the source code of this file.
Namespaces | |
| namespace | itk |
Defines | |
| #define | RAISE_EXCEPTION() |
| #define | IOCHECK() |
|
|
Value: if(f.fail()) \
{ \
if(f.is_open()) \
f.close(); \
RAISE_EXCEPTION(); \
}Definition at line 188 of file itkIPLCommonImageIO.h. |
|
|
Value: { ExceptionObject exception(__FILE__, __LINE__); \
exception.SetDescription("File cannot be read"); \
throw exception; }Definition at line 183 of file itkIPLCommonImageIO.h. |
1.2.15 written by Dimitri van Heesch,
© 1997-2000