| 47 | }; |
| 48 | |
| 49 | const map::core::RegistrationBase *QmitkMappingJob::GetRegistration() const |
| 50 | { |
| 51 | const mitk::MAPRegistrationWrapper *wrapper = |
| 52 | dynamic_cast<const mitk::MAPRegistrationWrapper *>(m_spRegNode->GetData()); |
| 53 | |
| 54 | return dynamic_cast<const map::core::RegistrationBase *>(wrapper->GetRegistration()); |
| 55 | }; |
| 56 | |
| 57 | void QmitkMappingJob::OnMapAlgorithmEvent(::itk::Object *, const itk::EventObject &event) |
| 58 | { |
no test coverage detected