#include <MVTools.h>
Public Types | |
| enum | ExceptionType { Unknown, DivByPosZero, DivByNegZero, PosInfValue, NegInfValue, DetNegative, DetCloseToZero } |
| type of exception More... | |
Public Member Functions | |
| MVException () | |
| MVException (ExceptionType t) | |
| const char * | getDescription () const |
| Returns a description of the exception. | |
Public Attributes | |
| ExceptionType | type |
| type of exception | |
Definition at line 15 of file MVTools.h.
|
|
type of exception
|
|
|
|
|
|
Definition at line 31 of file MVTools.h. References type. |
|
|
Returns a description of the exception.
Definition at line 10 of file MVTools.cpp. References DetCloseToZero, DetNegative, DivByNegZero, DivByPosZero, NegInfValue, PosInfValue, and type. Referenced by KalmanProcessModelBase::OutputException(). |
|
|
type of exception
Definition at line 42 of file MVTools.h. Referenced by getDescription(), and MVException(). |
1.3.6