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

Method ThreadedUpdateSuccessful

Modules/AlgorithmsExt/src/mitkNonBlockingAlgorithm.cpp:152–155  ·  view source on GitHub ↗

called from gui thread

Source from the content-addressed store, hash-verified

150 bool NonBlockingAlgorithm::ThreadedUpdateFunction() { return true; }
151 // called from gui thread
152 void NonBlockingAlgorithm::ThreadedUpdateSuccessful(const itk::EventObject &)
153 {
154 ThreadedUpdateSuccessful();
155 }
156
157 void NonBlockingAlgorithm::ThreadedUpdateSuccessful()
158 {

Callers

nothing calls this directly

Calls 2

ResultAvailableClass · 0.85
UnRegisterMethod · 0.45

Tested by

no test coverage detected