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

Method GetMaxId

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

Source from the content-addressed store, hash-verified

181}
182
183mitk::PointSet::PointsIterator mitk::PointSet::GetMaxId(int t)
184{
185 if ((unsigned int)t >= m_PointSetSeries.size())
186 {
187 return m_EmptyPointsContainer->End();
188 }
189
190 return this->Begin(t) == this->End(t) ? this->End(t) : --End(t);
191}
192
193int mitk::PointSet::SearchPoint(Point3D point, ScalarType distance, int t) const
194{

Callers 4

OnBtnAddPointManuallyMethod · 0.80
OnDeleteMethod · 0.80
TestMaxIdAccessMethod · 0.80
PlotPointSetMethod · 0.80

Calls 4

EndMethod · 0.95
BeginMethod · 0.95
EndFunction · 0.85
sizeMethod · 0.45

Tested by 1

TestMaxIdAccessMethod · 0.64