Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itkIPLCommonImageIO.h File Reference

Go to the source code of this file.

Namespaces

namespace  itk

Defines

#define RAISE_EXCEPTION()
#define IOCHECK()


Define Documentation

 
#define IOCHECK  ) 
 

Value:

if(f.fail()) \
      { \
  if(f.is_open()) \
    f.close(); \
  RAISE_EXCEPTION(); \
      }

Definition at line 166 of file itkIPLCommonImageIO.h.

 
#define RAISE_EXCEPTION  ) 
 

Value:

{ ExceptionObject exception(__FILE__, __LINE__); \
        exception.SetDescription("File cannot be read"); \
        throw exception; }

Definition at line 161 of file itkIPLCommonImageIO.h.


Generated at Tue Aug 30 16:47:06 2005 for ITK by doxygen 1.4.1 written by Dimitri van Heesch, © 1997-2000