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

Function getIndicesForRegion

grid_map_core/src/GridMapMath.cpp:520–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518}
519
520void getIndicesForRegion(const Index& regionIndex, const Size& regionSize,
521 std::vector<Index> indices)
522{
523// for (int i = line.index_; col < line.endIndex(); col++) {
524// for (int i = 0; i < getSize()(0); i++) {
525//
526// }
527// }
528}
529
530void getIndicesForRegions(const std::vector<Index>& regionIndeces, const Size& regionSizes,
531 std::vector<Index> indices)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected