Go to the documentation of this file.
10 #ifndef vtk_m_cont_ErrorBadType_h
11 #define vtk_m_cont_ErrorBadType_h
29 :
Error(message, true)
42 const std::string& derivedType);
46 #endif //vtk_m_cont_ErrorBadType_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
ErrorBadType(const std::string &message)
Definition: ErrorBadType.h:28
The superclass of all exceptions thrown by any VTKm function or method.
Definition: Error.h:33
This class is thrown when VTK-m encounters data of a type that is incompatible with the current opera...
Definition: ErrorBadType.h:25
VTKM_SILENCE_WEAK_VTABLE_WARNING_END VTKM_CONT_EXPORT void throwFailedDynamicCast(const std::string &baseType, const std::string &derivedType)
Throws an ErrorBadType exception with the following message: Cast failed: baseType --> derivedType".
#define VTKM_ALWAYS_EXPORT
Definition: ExportMacros.h:92