#include <itkFEMLinearSystemWrapper.h>


Definition at line 462 of file itkFEMLinearSystemWrapper.h.
Public Member Functions | |
| FEMExceptionLinearSystem (const char *file, unsigned int lineNumber, std::string location, std::string moreDescription) | |
| virtual const char * | GetNameOfClass () const |
| virtual | ~FEMExceptionLinearSystem () throw () |
| itk::fem::FEMExceptionLinearSystem::FEMExceptionLinearSystem | ( | const char * | file, | |
| unsigned int | lineNumber, | |||
| std::string | location, | |||
| std::string | moreDescription | |||
| ) |
Constructor. In order to construct this exception object, four parameters must be provided: file, lineNumber, location and a detailed description of the exception.
| virtual itk::fem::FEMExceptionLinearSystem::~FEMExceptionLinearSystem | ( | ) | throw () [inline, virtual] |
Virtual destructor needed for subclasses. Has to have empty throw().
Definition at line 473 of file itkFEMLinearSystemWrapper.h.
| virtual const char* itk::fem::FEMExceptionLinearSystem::GetNameOfClass | ( | ) | const [virtual] |
Type related information.
Reimplemented from itk::fem::FEMException.
1.5.5 written by Dimitri van Heesch,
© 1997-2000