MCPcopy Create free account
hub / github.com/MITK/MITK / ProcessingError

Class ProcessingError

Modules/AlgorithmsExt/include/mitkNonBlockingAlgorithmEvents.h:104–113  ·  view source on GitHub ↗

* \brief Event indicating that a NonBlockingAlgorithm has encountered an error. * * Emitted when ThreadedUpdateFunction() returns false. * * \sa NonBlockingAlgorithm * \sa NonBlockingAlgorithmEvent */

Source from the content-addressed store, hash-verified

102 * \sa NonBlockingAlgorithmEvent
103 */
104 class ProcessingError : public NonBlockingAlgorithmEvent
105 {
106 public:
107 /**
108 * \brief Construct the event.
109 * \param[in] algorithm Pointer to the algorithm that encountered the error.
110 */
111 ProcessingError(const NonBlockingAlgorithm *algorithm = nullptr) : NonBlockingAlgorithmEvent(algorithm) {}
112 ~ProcessingError() override {}
113 };
114}
115
116#endif

Callers 3

ThreadedUpdateFailedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected