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

Function boundIndexToRange

grid_map_core/src/GridMapMath.cpp:200–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200void boundIndexToRange(Index& index, const Size& bufferSize)
201{
202 for (int i = 0; i < index.size(); i++) {
203 boundIndexToRange(index[i], bufferSize[i]);
204 }
205}
206
207void boundIndexToRange(int& index, const int& bufferSize)
208{

Callers 3

getMedianMethod · 0.85
TESTFunction · 0.85
getDataMethod · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68