Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ HasPicks
Method
HasPicks
Modules/Segmentation/src/Interactions/mitkMonaiLabelTool.cpp:184–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
182
}
183
184
bool mitk::MonaiLabelTool::HasPicks() const
185
{
186
return this->m_PointSetPositive.IsNotNull() && this->m_PointSetPositive->GetSize() > 0;
187
}
188
189
void mitk::MonaiLabelTool::ClearSeeds()
190
{
Callers
1
DoUpdatePreview
Method · 0.95
Calls
2
IsNotNull
Method · 0.80
GetSize
Method · 0.45
Tested by
no test coverage detected