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

Method GetRegistration

Modules/MatchPointRegistrationUI/src/QmitkMappingJob.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47};
48
49const 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
57void QmitkMappingJob::OnMapAlgorithmEvent(::itk::Object *, const itk::EventObject &event)
58{

Callers 6

runMethod · 0.95
runMethod · 0.45
CheckInputsMethod · 0.45

Calls 1

GetDataMethod · 0.45

Tested by

no test coverage detected