Home
last modified time | relevance | path

Searched refs:changed_intersections (Results 1 – 1 of 1) sorted by relevance

/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/map_model/src/edits/
H A Dmod.rs82 pub changed_intersections: BTreeSet<IntersectionID>, field
195 changed_intersections: BTreeSet::new(), in new()
245 effects.changed_intersections.insert(i); in apply()
274 effects.changed_intersections.insert(*i); in apply()
525 effects.changed_intersections, in apply_edits()