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

Method end

grid_map_core/src/iterators/GridMapIterator.cpp:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73GridMapIterator GridMapIterator::end() const
74{
75 GridMapIterator res(this);
76 res.linearIndex_ = linearSize_ - 1;
77 return res;
78}
79
80bool GridMapIterator::isPastEnd() const
81{

Callers 15

updateMethod · 0.80
getMedianMethod · 0.80
clearVarMethod · 0.80
isOperatorMethod · 0.80
isFunctionMethod · 0.80
findClosingBracketMethod · 0.80
splitArgumentsMethod · 0.80
evalIndexRangeMethod · 0.80
evalIndicesMethod · 0.80
evalNegationsMethod · 0.80
evalPowersMethod · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64