Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ANYbotics/grid_map
/ operator *
Method
operator *
grid_map_core/src/iterators/GridMapIterator.cpp:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
const Index GridMapIterator::operator *() const
48
{
49
return getIndexFromLinearIndex(linearIndex_, size_);
50
}
51
52
const size_t& GridMapIterator::getLinearIndex() const
53
{
Callers
nothing calls this directly
Calls
1
getIndexFromLinearIndex
Function · 0.85
Tested by
no test coverage detected