17#ifndef vtkFloatingPointExceptions_h
18#define vtkFloatingPointExceptions_h
20#include "vtkCommonCoreModule.h"
23VTK_ABI_NAMESPACE_BEGIN
24class VTKCOMMONCORE_EXPORT vtkFloatingPointExceptions
38 vtkFloatingPointExceptions() =
delete;
39 vtkFloatingPointExceptions(
const vtkFloatingPointExceptions&) =
delete;
40 void operator=(
const vtkFloatingPointExceptions&) =
delete;
static void Disable()
Disable floating point exceptions.
static void Enable()
Enable floating point exceptions.