| 746 | } |
| 747 | |
| 748 | void GridMap::clearAll() { |
| 749 | for (auto& data : data_) { |
| 750 | data.second.setConstant(NAN); |
| 751 | } |
| 752 | } |
| 753 | |
| 754 | void GridMap::clearRows(unsigned int index, unsigned int nRows) { |
| 755 | for (auto& layer : layers_) { |
no outgoing calls
no test coverage detected