ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkMeshFileReader.h>
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
MeshFileReaderException (const char *file, unsigned int line, const char *message="Error in IO", const char *loc="Unknown") | |
MeshFileReaderException (const std::string &file, unsigned int line, const char *message="Error in IO", const char *loc="Unknown") |
Base exception class for IO conflicts.
Definition at line 44 of file itkMeshFileReader.h.
itk::MeshFileReaderException::MeshFileReaderException | ( | const char * | file, |
unsigned int | line, | ||
const char * | message = "Error in IO" , |
||
const char * | loc = "Unknown" |
||
) | [inline] |
Constructor.
Definition at line 51 of file itkMeshFileReader.h.
itk::MeshFileReaderException::MeshFileReaderException | ( | const std::string & | file, |
unsigned int | line, | ||
const char * | message = "Error in IO" , |
||
const char * | loc = "Unknown" |
||
) | [inline] |
Constructor.
Definition at line 58 of file itkMeshFileReader.h.
virtual const char* itk::MeshFileReaderException::GetNameOfClass | ( | ) | const [virtual] |
Run-time information.
Reimplemented from itk::ExceptionObject.