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

Function checkIfStartIndexAtDefaultPosition

grid_map_core/src/GridMapMath.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77inline bool checkIfStartIndexAtDefaultPosition(const Index& bufferStartIndex)
78{
79 return ((bufferStartIndex == 0).all());
80}
81
82inline Vector getIndexVectorFromIndex(
83 const Index& index,

Callers 2

getIndexFromBufferIndexFunction · 0.85
getBufferIndexFromIndexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected