8 #ifndef ERRORHANDLER_HPP_ 9 #define ERRORHANDLER_HPP_ 14 #include <vtkSmartPointer.h> 15 #include <vtkCommand.h> 25 virtual void Execute(vtkObject *vtkNotUsed(caller),
34 std::string mErrorMessage;
35 std::string mWarningMessage;
virtual void Execute(vtkObject *vtkNotUsed(caller), unsigned long event, void *calldata)
std::string GetWarningMessage()
std::string GetErrorMessage()
static ErrorObserver * New()
void reportError(std::string errMsg)