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

Method AddPredicate

Modules/Core/src/DataManagement/mitkNodePredicateNot.cpp:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void mitk::NodePredicateNot::AddPredicate(const mitk::NodePredicateBase *p)
34{
35 if (!m_ChildPredicates.empty())
36 m_ChildPredicates.clear();
37
38 NodePredicateCompositeBase::AddPredicate(p);
39}

Callers 15

BuildNodePredicateMethod · 0.45
SetNodePredicateMethod · 0.45
InitializeMethod · 0.45
GetInputPredicateFunction · 0.45
GetInputPredicateFunction · 0.45
TestDataStorageFunction · 0.45
NodePredicateOrMethod · 0.45

Calls 2

emptyMethod · 0.45
clearMethod · 0.45

Tested by 4

SetNodePredicateMethod · 0.36
InitializeMethod · 0.36
TestDataStorageFunction · 0.36
CreateQtPartControlMethod · 0.36