MCPcopy 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
184bool mitk::MonaiLabelTool::HasPicks() const
185{
186 return this->m_PointSetPositive.IsNotNull() && this->m_PointSetPositive->GetSize() > 0;
187}
188
189void mitk::MonaiLabelTool::ClearSeeds()
190{

Callers 1

DoUpdatePreviewMethod · 0.95

Calls 2

IsNotNullMethod · 0.80
GetSizeMethod · 0.45

Tested by

no test coverage detected