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

Method SubmapGeometry

grid_map_core/src/SubmapGeometry.cpp:14–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12namespace grid_map {
13
14SubmapGeometry::SubmapGeometry(const GridMap& gridMap, const Position& position,
15 const Length& length, bool& isSuccess)
16 : gridMap_(gridMap)
17{
18 isSuccess = getSubmapInformation(startIndex_, size_, position_, length_,
19 requestedIndexInSubmap_, position, length, gridMap_.getLength(),
20 gridMap_.getPosition(), gridMap_.getResolution(),
21 gridMap_.getSize(), gridMap_.getStartIndex());
22}
23
24SubmapGeometry::~SubmapGeometry()
25{

Callers

nothing calls this directly

Calls 3

getSubmapInformationFunction · 0.85
getPositionMethod · 0.80
getResolutionMethod · 0.45

Tested by

no test coverage detected