MCPcopy 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
126void mitk::PickingTool::ClearPicks()
127{
128 this->ClearSeeds();
129 this->UpdatePreview();
130}
131
132bool mitk::PickingTool::HasPicks() const
133{

Callers 2

OnResetPicksClickedMethod · 0.45
OnPreviewBtnClickedMethod · 0.45

Calls 2

ClearSeedsMethod · 0.95
UpdatePreviewMethod · 0.80

Tested by

no test coverage detected