Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ANYbotics/grid_map
/ isPastEnd
Method
isPastEnd
grid_map_core/src/iterators/CircleIterator.cpp:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
bool CircleIterator::isPastEnd() const
70
{
71
return internalIterator_->isPastEnd();
72
}
73
74
bool CircleIterator::isInside() const
75
{
Callers
1
CircleIterator.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected