| 196 | } |
| 197 | |
| 198 | void QmitkMultiLabelManager::SetDataStorage(mitk::DataStorage *storage) |
| 199 | { |
| 200 | m_DataStorage = storage; |
| 201 | } |
| 202 | |
| 203 | const mitk::LabelSuggestionHelper* QmitkMultiLabelManager::GetLabelSuggestionHelper() const |
| 204 | { |
no outgoing calls
no test coverage detected