MCPcopy Create free account
hub / github.com/ANYbotics/grid_map / isPastEnd

Method isPastEnd

grid_map_core/src/iterators/SpiralIterator.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71bool SpiralIterator::isPastEnd() const
72{
73 return (distance_ == nRings_ && pointsRing_.empty());
74}
75
76bool SpiralIterator::isInside(const Index index) const
77{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected