Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
void 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
GetMultiLabelSegmentationPredicate
Method · 0.45
GetSegmentationReferenceImagePredicate
Method · 0.45
BuildNodePredicate
Method · 0.45
QmitkRenderWindowUtilityWidget
Method · 0.45
SetNodePredicate
Method · 0.45
AddSynchronizationGroup
Method · 0.45
Initialize
Method · 0.45
QmitkSurfaceStampWidget
Method · 0.45
GetInputPredicate
Function · 0.45
GetInputPredicate
Function · 0.45
TestDataStorage
Function · 0.45
NodePredicateOr
Method · 0.45
Calls
2
empty
Method · 0.45
clear
Method · 0.45
Tested by
4
SetNodePredicate
Method · 0.36
Initialize
Method · 0.36
TestDataStorage
Function · 0.36
CreateQtPartControl
Method · 0.36