Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
mitk::ContourElement::VertexIterator mitk::ContourElement::IteratorEnd()
37
{
38
return this->end();
39
}
40
41
mitk::ContourElement::ConstVertexIterator mitk::ContourElement::begin() const
42
{
Callers
nothing calls this directly
Calls
1
end
Method · 0.95
Tested by
no test coverage detected