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

Method SetDataStorage

Modules/QtWidgets/src/QmitkLevelWindowWidget.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void QmitkLevelWindowWidget::SetDataStorage(mitk::DataStorage *ds)
33{
34 m_Manager->SetDataStorage(ds);
35}
36
37mitk::LevelWindowManager *QmitkLevelWindowWidget::GetManager()
38{

Calls

no outgoing calls