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

Method GetUID

Modules/MatchPointRegistration/src/mitkMAPRegistrationWrapper.cpp:162–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160};
161
162mitk::Identifiable::UIDType mitk::MAPRegistrationWrapper::GetUID() const
163{
164 if (m_spRegistration.IsNull())
165 {
166 mitkThrow() << "Error. Cannot return UID. Wrapper points to invalid registration (nullptr).";
167 }
168 return m_spRegistration->getRegistrationUID();
169};

Callers 11

ensureModelFitUIDFunction · 0.45
setUpMethod · 0.45
ConnectMethod · 0.45
DisconnectMethod · 0.45
WriteMethod · 0.45
WriteMethod · 0.45
EnsureUIDMethod · 0.45

Calls 1

IsNullMethod · 0.45

Tested by 7

ensureModelFitUIDFunction · 0.36
setUpMethod · 0.36
ConnectMethod · 0.36
DisconnectMethod · 0.36