| 74 | } |
| 75 | |
| 76 | bool GridMap::hasBasicLayers() const { |
| 77 | return basicLayers_.size() > 0; |
| 78 | } |
| 79 | |
| 80 | bool GridMap::hasSameLayers(const GridMap& other) const { |
| 81 | for (const auto& layer : layers_) { |
nothing calls this directly
no outgoing calls
no test coverage detected