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

Method ThreadedUpdateFailed

Modules/AlgorithmsExt/src/mitkNonBlockingAlgorithm.cpp:165–168  ·  view source on GitHub ↗

called from gui thread

Source from the content-addressed store, hash-verified

163
164 // called from gui thread
165 void NonBlockingAlgorithm::ThreadedUpdateFailed(const itk::EventObject &)
166 {
167 ThreadedUpdateFailed();
168 }
169
170 void NonBlockingAlgorithm::ThreadedUpdateFailed()
171 {

Callers

nothing calls this directly

Calls 2

ProcessingErrorClass · 0.85
UnRegisterMethod · 0.45

Tested by

no test coverage detected