Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ANYbotics/grid_map
/ setStartIndex
Method
setStartIndex
grid_map_core/src/BufferRegion.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
void BufferRegion::setStartIndex(const Index& staretIndex)
36
{
37
staretIndex_ = staretIndex;
38
}
39
40
const Size& BufferRegion::getSize() const
41
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected