#include <itkImageFileWriter.h>
Definition at line 33 of file itkImageFileWriter.h.
Public Member Functions | |
| virtual const char * | GetNameOfClass () const |
| ImageFileWriterException (const char *file, unsigned int line, const char *message="Error in IO", const char *loc="Unknown") | |
| ImageFileWriterException (const std::string &file, unsigned int line, const char *message="Error in IO", const char *loc="Unknown") | |
| itk::ImageFileWriterException::ImageFileWriterException | ( | const char * | file, | |
| unsigned int | line, | |||
| const char * | message = "Error in IO", |
|||
| const char * | loc = "Unknown" | |||
| ) | [inline] |
Constructor.
Definition at line 40 of file itkImageFileWriter.h.
| itk::ImageFileWriterException::ImageFileWriterException | ( | const std::string & | file, | |
| unsigned int | line, | |||
| const char * | message = "Error in IO", |
|||
| const char * | loc = "Unknown" | |||
| ) | [inline] |
Constructor.
Definition at line 48 of file itkImageFileWriter.h.
| virtual const char* itk::ImageFileWriterException::GetNameOfClass | ( | ) | const [virtual] |
Run-time information.
1.5.5 written by Dimitri van Heesch,
© 1997-2000