| 17 | GridMapCvProcessing::GridMapCvProcessing() {} |
| 18 | |
| 19 | GridMapCvProcessing::~GridMapCvProcessing() {} |
| 20 | |
| 21 | bool GridMapCvProcessing::changeResolution(const GridMap& gridMapSource, GridMap& gridMapResult, const double resolution, |
| 22 | const int interpolationAlgorithm) { |
nothing calls this directly
no outgoing calls
no test coverage detected