| 186 | |
| 187 | |
| 188 | void CutoutTool::apply(Map* map, PathObject* cutout_object, bool cut_away) |
| 189 | { |
| 190 | CutoutOperation operation(map, cutout_object, cut_away); |
| 191 | map->getCurrentPart()->applyOnAllObjects(std::ref(operation)); |
| 192 | operation.commit(); |
| 193 | } |
| 194 | |
| 195 | |
| 196 | } // namespace OpenOrienteering |
nothing calls this directly
no test coverage detected