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

Method SetNodePredicate

Modules/QtWidgets/src/QmitkAbstractDataStorageInspector.cpp:42–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void QmitkAbstractDataStorageInspector::SetNodePredicate(const mitk::NodePredicateBase* nodePredicate)
43{
44 if (m_NodePredicate != nodePredicate)
45 {
46 m_NodePredicate = nodePredicate;
47
48 this->Initialize();
49 }
50}
51
52const mitk::NodePredicateBase* QmitkAbstractDataStorageInspector::GetNodePredicate() const
53{

Callers

nothing calls this directly

Calls 1

InitializeMethod · 0.45

Tested by

no test coverage detected