Go to the documentation of this file.
10 #ifndef vtk_m_cont_ErrorUserAbort_h
11 #define vtk_m_cont_ErrorUserAbort_h
29 :
Error(Message, true)
34 static constexpr
const char* Message =
"User abort detected.";
42 #endif // vtk_m_cont_ErrorUserAbort_h
#define VTKM_SILENCE_WEAK_VTABLE_WARNING_START
Definition: ExportMacros.h:119
Groups connected points that have the same field value.
Definition: Atomic.h:19
#define VTKM_SILENCE_WEAK_VTABLE_WARNING_END
Definition: ExportMacros.h:120
The superclass of all exceptions thrown by any VTKm function or method.
Definition: Error.h:33
This class is thrown when vtk-m detects a request for aborting execution in the current thread.
Definition: ErrorUserAbort.h:25
#define VTKM_ALWAYS_EXPORT
Definition: ExportMacros.h:92
ErrorUserAbort()
Definition: ErrorUserAbort.h:28