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

Function wrapIndexToRange

grid_map_core/src/GridMapMath.cpp:213–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213void wrapIndexToRange(Index& index, const Size& bufferSize)
214{
215 for (int i = 0; i < index.size(); i++) {
216 wrapIndexToRange(index[i], bufferSize[i]);
217 }
218}
219
220void wrapIndexToRange(int& index, int bufferSize)
221{

Callers 5

TESTFunction · 0.85
getIndexFromBufferIndexFunction · 0.85
getBufferIndexFromIndexFunction · 0.85
moveMethod · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68