MCPcopy Create free account
hub / github.com/MITK/MITK / ClearSelection

Method ClearSelection

Modules/Core/src/DataManagement/mitkPointSet.cpp:569–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567}
568
569void mitk::PointSet::ClearSelection()
570{
571 for (auto pointSet : m_PointSetSeries)
572 {
573 const auto end = pointSet->GetPointData()->End();
574 for (auto it = pointSet->GetPointData()->Begin(); it != end; ++it)
575 {
576 it.Value().selected = false;
577 }
578 }
579}
580
581void mitk::PointSet::ExecuteOperation(Operation *operation)
582{

Callers 1

OnDisableMethod · 0.80

Calls 3

ValueMethod · 0.80
EndMethod · 0.45
BeginMethod · 0.45

Tested by

no test coverage detected