#include <itkFloatingPointExceptions.h>
itk::FloatingPointExceptions::FloatingPointExceptions |
( |
| ) |
|
|
private |
static void itk::FloatingPointExceptions::Disable |
( |
| ) |
|
|
static |
Disable floating point exceptions.
static void itk::FloatingPointExceptions::Enable |
( |
| ) |
|
|
static |
static bool itk::FloatingPointExceptions::GetEnabled |
( |
| ) |
|
|
static |
Return the current state of FP Exceptions
static ExceptionAction itk::FloatingPointExceptions::GetExceptionAction |
( |
| ) |
|
|
static |
Access current ExceptionAction
static void itk::FloatingPointExceptions::SetEnabled |
( |
bool |
val | ) |
|
|
static |
Set the state to specified value
static void itk::FloatingPointExceptions::SetExceptionAction |
( |
ExceptionAction |
a | ) |
|
|
static |
Control whether exit(255) or abort() is called on an exception
bool itk::FloatingPointExceptions::m_Enabled |
|
staticprivate |
The documentation for this class was generated from the following file: