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

Method End

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

Source from the content-addressed store, hash-verified

163}
164
165mitk::PointSet::PointsIterator mitk::PointSet::End(int t)
166{
167 if (t >= 0 && t < static_cast<int>(m_PointSetSeries.size()))
168 {
169 return m_PointSetSeries[t]->GetPoints()->End();
170 }
171 return m_EmptyPointsContainer->End();
172}
173
174mitk::PointSet::PointsConstIterator mitk::PointSet::End(int t) const
175{

Callers 15

GetMaxIdMethod · 0.95
InternalComputeMaskMethod · 0.45
InternalComputeMaskMethod · 0.45
TestMaxIdAccessMethod · 0.45
TestPointSetCloneMethod · 0.45
LoadMethod · 0.45
ToXMLMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 4

TestMaxIdAccessMethod · 0.36
TestPointSetCloneMethod · 0.36