Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ ClearPicks
Method
ClearPicks
Modules/Segmentation/src/Interactions/mitkPickingTool.cpp:126–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
}
125
126
void mitk::PickingTool::ClearPicks()
127
{
128
this->ClearSeeds();
129
this->UpdatePreview();
130
}
131
132
bool mitk::PickingTool::HasPicks() const
133
{
Callers
2
OnResetPicksClicked
Method · 0.45
OnPreviewBtnClicked
Method · 0.45
Calls
2
ClearSeeds
Method · 0.95
UpdatePreview
Method · 0.80
Tested by
no test coverage detected