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

Method GetDefault

Modules/Core/src/IO/mitkFileReaderSelector.cpp:157–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 }
156
157 FileReaderSelector::Item FileReaderSelector::GetDefault() const { return Get(m_Data->m_BestId); }
158 long FileReaderSelector::GetDefaultId() const { return m_Data->m_BestId; }
159 FileReaderSelector::Item FileReaderSelector::GetSelected() const { return Get(m_Data->m_SelectedId); }
160 long FileReaderSelector::GetSelectedId() const { return m_Data->m_SelectedId; }

Callers 1

SaveInfoMethod · 0.45

Calls 1

GetFunction · 0.50

Tested by

no test coverage detected