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

Method IsDone

Modules/Segmentation/src/DataManagement/mitkSegmentationTaskList.cpp:90–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90bool mitk::SegmentationTaskList::IsDone() const
91{
92 for (size_t i = 0; i < m_Tasks.size(); ++i)
93 {
94 if (!this->IsDone(i))
95 return false;
96 }
97
98 return true;
99}
100
101bool mitk::SegmentationTaskList::IsDone(size_t index) const
102{

Callers 6

UpdateProgressBarMethod · 0.80
OnNextButtonClickedMethod · 0.80
UpdateDetailsLabelMethod · 0.80
SetTaskListMethod · 0.80

Calls 4

GetAbsolutePathMethod · 0.95
atMethod · 0.80
sizeMethod · 0.45
GetResultMethod · 0.45

Tested by

no test coverage detected