#include <itkFEMItpackSparseMatrix.h>
Inheritance diagram for itk::fem::FEMExceptionItpackSparseMatrixSbsij:
Public Types | |
typedef int | integer |
typedef double | doublereal |
Public Member Functions | |
FEMExceptionItpackSparseMatrixSbsij (const char *file, unsigned int lineNumber, std::string location, integer errorCode) | |
virtual | ~FEMExceptionItpackSparseMatrixSbsij () throw () |
virtual const char * | GetNameOfClass () const |
Definition at line 280 of file itkFEMItpackSparseMatrix.h.
|
Definition at line 286 of file itkFEMItpackSparseMatrix.h. |
|
typedefs from f2c.h Definition at line 285 of file itkFEMItpackSparseMatrix.h. |
|
Constructor. In order to construct this exception object, five parameters must be provided: file, lineNumber, location and a detailed description of the exception, and the invalid index |
|
Virtual destructor needed for subclasses. Has to have empty throw(). Definition at line 296 of file itkFEMItpackSparseMatrix.h. |
|
Type related information. Reimplemented from itk::fem::FEMException. |