called from gui thread
| 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 | { |
nothing calls this directly
no test coverage detected