MCPcopy 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
69bool CircleIterator::isPastEnd() const
70{
71 return internalIterator_->isPastEnd();
72}
73
74bool CircleIterator::isInside() const
75{

Callers 1

CircleIterator.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected