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

Method getUnwrappedIndex

grid_map_core/src/iterators/GridMapIterator.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57const Index GridMapIterator::getUnwrappedIndex() const
58{
59 return getIndexFromBufferIndex(*(*this), size_, startIndex_);
60}
61
62GridMapIterator& GridMapIterator::operator ++()
63{

Callers 3

toOccupancyGridMethod · 0.80
addLayerFromImageMethod · 0.80
toImageMethod · 0.80

Calls 1

getIndexFromBufferIndexFunction · 0.85

Tested by

no test coverage detected