called from gui thread
| 163 | |
| 164 | // called from gui thread |
| 165 | void NonBlockingAlgorithm::ThreadedUpdateFailed(const itk::EventObject &) |
| 166 | { |
| 167 | ThreadedUpdateFailed(); |
| 168 | } |
| 169 | |
| 170 | void NonBlockingAlgorithm::ThreadedUpdateFailed() |
| 171 | { |
nothing calls this directly
no test coverage detected