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

Method Begin

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

Source from the content-addressed store, hash-verified

145}
146
147mitk::PointSet::PointsIterator mitk::PointSet::Begin(int t)
148{
149 if (t >= 0 && t < static_cast<int>(m_PointSetSeries.size()))
150 {
151 return m_PointSetSeries[t]->GetPoints()->Begin();
152 }
153 return m_EmptyPointsContainer->End();
154}
155
156mitk::PointSet::PointsConstIterator mitk::PointSet::Begin(int t) const
157{

Calls 2

sizeMethod · 0.45
EndMethod · 0.45

Tested by 3

setUpMethod · 0.36
TestPointSetCloneMethod · 0.36