#include <itkFEMItpackSparseMatrix.h>
Inheritance diagram for itk::fem::FEMExceptionItpackSparseMatrixSbagn:
Public Types | |
typedef int | integer |
typedef double | doublereal |
Public Member Functions | |
FEMExceptionItpackSparseMatrixSbagn (const char *file, unsigned int lineNumber, std::string location, integer errorCode) | |
virtual | ~FEMExceptionItpackSparseMatrixSbagn () throw () |
virtual const char * | GetNameOfClass () const |
Definition at line 251 of file itkFEMItpackSparseMatrix.h.
|
Definition at line 257 of file itkFEMItpackSparseMatrix.h. |
|
typedefs from f2c.h Definition at line 256 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 267 of file itkFEMItpackSparseMatrix.h. |
|
Type related information. Reimplemented from itk::fem::FEMException. |