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

Method isPastEnd

grid_map_core/src/iterators/PolygonIterator.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65bool PolygonIterator::isPastEnd() const
66{
67 return internalIterator_->isPastEnd();
68}
69
70bool PolygonIterator::isInside() const
71{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected