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

Method IteratorEnd

Modules/ContourModel/src/DataManagement/mitkContourModel.cpp:362–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362mitk::ContourModel::VertexIterator mitk::ContourModel::IteratorEnd(TimeStepType timestep) const
363{
364 if (!this->IsEmptyTimeStep(timestep))
365 {
366 return this->m_ContourSeries[timestep]->IteratorEnd();
367 }
368 else
369 {
370 mitkThrow() << "No iterator at invalid timestep " << timestep << ". There are only " << this->GetTimeSteps()
371 << " timesteps available.";
372 }
373}
374
375bool mitk::ContourModel::IsClosed(int timestep) const
376{

Callers 15

EndMethod · 0.95
OnMovePointMethod · 0.45
SetRepulsivePointsMethod · 0.45
WriteXMLMethod · 0.45
GenerateDataMethod · 0.45
GenerateDataMethod · 0.45
GenerateDataMethod · 0.45
InternalDrawContourMethod · 0.45

Calls 2

IsEmptyTimeStepMethod · 0.95
GetTimeStepsMethod · 0.80

Tested by 3

TestContourModelFunction · 0.36
IteratorMethod · 0.36
TestEmptyContourFunction · 0.36