Go to the documentation of this file.
18 #ifndef viskores_exec_FunctorBase_h
19 #define viskores_exec_FunctorBase_h
45 void RaiseError(
const char* message)
const { this->ErrorMessage.RaiseError(message); }
54 this->ErrorMessage = buffer;
63 #endif //viskores_exec_FunctorBase_h
viskores::exec::internal::ErrorMessageBuffer ErrorMessage
Definition: FunctorBase.h:58
Base class for all user worklets invoked in the execution environment from a call to viskores::cont::...
Definition: FunctorBase.h:38
#define VISKORES_EXEC_CONT
Definition: ExportMacros.h:60
#define VISKORES_CONT
Definition: ExportMacros.h:65
Groups connected points that have the same field value.
Definition: Atomic.h:27
void SetErrorMessageBuffer(const viskores::exec::internal::ErrorMessageBuffer &buffer)
Set the error message buffer so that running algorithms can report errors.
Definition: FunctorBase.h:52
FunctorBase()
Definition: FunctorBase.h:42
#define VISKORES_EXEC
Definition: ExportMacros.h:59
void RaiseError(const char *message) const
Definition: FunctorBase.h:45