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

Method IteratorEnd

Modules/ContourModel/src/DataManagement/mitkContourElement.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36mitk::ContourElement::VertexIterator mitk::ContourElement::IteratorEnd()
37{
38 return this->end();
39}
40
41mitk::ContourElement::ConstVertexIterator mitk::ContourElement::begin() const
42{

Callers

nothing calls this directly

Calls 1

endMethod · 0.95

Tested by

no test coverage detected