mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-22 05:41:31 +03:00
16 lines
8.2 KiB
HTML
16 lines
8.2 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `traffic_signals` mod in crate `map_model`."><meta name="keywords" content="rust, rustlang, rust-lang, traffic_signals"><title>map_model::make::traffic_signals - Rust</title><link rel="stylesheet" type="text/css" href="../../../normalize.css"><link rel="stylesheet" type="text/css" href="../../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../../light.css" id="themeStyle"><link rel="stylesheet" type="text/css" href="../../../dark.css" disabled ><link rel="stylesheet" type="text/css" href="../../../ayu.css" disabled ><script src="../../../storage.js"></script><noscript><link rel="stylesheet" href="../../../noscript.css"></noscript><link rel="icon" type="image/svg+xml" href="../../../favicon.svg">
|
||
<link rel="alternate icon" type="image/png" href="../../../favicon-16x16.png">
|
||
<link rel="alternate icon" type="image/png" href="../../../favicon-32x32.png"><style type="text/css">#crate-search{background-image:url("../../../down-arrow.svg");}</style></head><body class="rustdoc mod"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu">☰</div><a href='../../../map_model/index.html'><div class='logo-container rust-logo'><img src='../../../rust-logo.png' alt='logo'></div></a><p class='location'>Module traffic_signals</p><div class="sidebar-elems"><div class="block items"><ul><li><a href="#structs">Structs</a></li><li><a href="#constants">Constants</a></li><li><a href="#functions">Functions</a></li></ul></div><p class='location'><a href='../../index.html'>map_model</a>::<wbr><a href='../index.html'>make</a></p><script>window.sidebarCurrent = {name: 'traffic_signals', ty: 'mod', relpath: '../'};</script><script defer src="../sidebar-items.js"></script></div></nav><div class="theme-picker"><button id="theme-picker" aria-label="Pick another theme!"><img src="../../../brush.svg" width="18" alt="Pick another theme!"></button><div id="theme-choices"></div></div><script src="../../../theme.js"></script><nav class="sub"><form class="search-form"><div class="search-container"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" disabled autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"></div><span class="help-button">?</span>
|
||
<a id="settings-menu" href="../../../settings.html"><img src="../../../wheel.svg" width="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class='fqn'><span class='out-of-band'><span id='render-detail'><a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class='inner'>−</span>]</a></span><a class='srclink' href='../../../src/map_model/make/traffic_signals.rs.html#1-577' title='goto source code'>[src]</a></span><span class='in-band'>Module <a href='../../index.html'>map_model</a>::<wbr><a href='../index.html'>make</a>::<wbr><a class="mod" href=''>traffic_signals</a></span></h1><h2 id='structs' class='section-header'><a href="#structs">Structs</a></h2>
|
||
<table><tr class='module-item'><td><a class="struct" href="struct.Partition.html" title='map_model::make::traffic_signals::Partition struct'>Partition</a></td><td class='docblock-short'></td></tr></table><h2 id='constants' class='section-header'><a href="#constants">Constants</a></h2>
|
||
<table><tr class='module-item'><td><a class="constant" href="constant.PROTECTED.html" title='map_model::make::traffic_signals::PROTECTED constant'>PROTECTED</a></td><td class='docblock-short'></td></tr><tr class='module-item'><td><a class="constant" href="constant.YIELD.html" title='map_model::make::traffic_signals::YIELD constant'>YIELD</a></td><td class='docblock-short'></td></tr></table><h2 id='functions' class='section-header'><a href="#functions">Functions</a></h2>
|
||
<table><tr class='module-item'><td><a class="fn" href="fn.all_walk_all_yield.html" title='map_model::make::traffic_signals::all_walk_all_yield fn'>all_walk_all_yield</a></td><td class='docblock-short'></td></tr><tr class='module-item'><td><a class="fn" href="fn.brute_force.html" title='map_model::make::traffic_signals::brute_force fn'>brute_force</a></td><td class='docblock-short'><p>Temporary experiment to group all movements into the smallest number of stages.</p>
|
||
</td></tr><tr class='module-item'><td><a class="fn" href="fn.degenerate.html" title='map_model::make::traffic_signals::degenerate fn'>degenerate</a></td><td class='docblock-short'></td></tr><tr class='module-item'><td><a class="fn" href="fn.expand_all_stages.html" title='map_model::make::traffic_signals::expand_all_stages fn'>expand_all_stages</a></td><td class='docblock-short'></td></tr><tr class='module-item'><td><a class="fn" href="fn.four_oneways.html" title='map_model::make::traffic_signals::four_oneways fn'>four_oneways</a></td><td class='docblock-short'></td></tr><tr class='module-item'><td><a class="fn" href="fn.four_way_four_stage.html" title='map_model::make::traffic_signals::four_way_four_stage fn'>four_way_four_stage</a></td><td class='docblock-short'></td></tr><tr class='module-item'><td><a class="fn" href="fn.four_way_two_stage.html" title='map_model::make::traffic_signals::four_way_two_stage fn'>four_way_two_stage</a></td><td class='docblock-short'></td></tr><tr class='module-item'><td><a class="fn" href="fn.get_possible_policies.html" title='map_model::make::traffic_signals::get_possible_policies fn'>get_possible_policies</a></td><td class='docblock-short'><p>Applies a bunch of heuristics to a single intersection, returning the valid results in
|
||
best-first order. The signal configuration is only based on the roads connected to the
|
||
intersection.</p>
|
||
</td></tr><tr class='module-item'><td><a class="fn" href="fn.greedy_assignment.html" title='map_model::make::traffic_signals::greedy_assignment fn'>greedy_assignment</a></td><td class='docblock-short'></td></tr><tr class='module-item'><td><a class="fn" href="fn.half_signal.html" title='map_model::make::traffic_signals::half_signal fn'>half_signal</a></td><td class='docblock-short'></td></tr><tr class='module-item'><td><a class="fn" href="fn.helper.html" title='map_model::make::traffic_signals::helper fn'>helper</a></td><td class='docblock-short'></td></tr><tr class='module-item'><td><a class="fn" href="fn.make_stages.html" title='map_model::make::traffic_signals::make_stages fn'>make_stages</a></td><td class='docblock-short'></td></tr><tr class='module-item'><td><a class="fn" href="fn.new.html" title='map_model::make::traffic_signals::new fn'>new</a></td><td class='docblock-short'></td></tr><tr class='module-item'><td><a class="fn" href="fn.okay_partition.html" title='map_model::make::traffic_signals::okay_partition fn'>okay_partition</a></td><td class='docblock-short'></td></tr><tr class='module-item'><td><a class="fn" href="fn.stage_per_road.html" title='map_model::make::traffic_signals::stage_per_road fn'>stage_per_road</a></td><td class='docblock-short'></td></tr><tr class='module-item'><td><a class="fn" href="fn.synchronize.html" title='map_model::make::traffic_signals::synchronize fn'>synchronize</a></td><td class='docblock-short'><p>Simple second-pass after generating all signals. Find pairs of traffic signals very close to
|
||
each other with 2 stages each, see if the primary movement of the first stages lead to each
|
||
other, and flip the order of stages if not. This is often wrong when the most common movement is
|
||
actually turning left then going straight (near Mercer for example), but not sure how we could
|
||
know that without demand data.</p>
|
||
</td></tr><tr class='module-item'><td><a class="fn" href="fn.three_way.html" title='map_model::make::traffic_signals::three_way fn'>three_way</a></td><td class='docblock-short'></td></tr></table></section><section id="search" class="content hidden"></section><section class="footer"></section><script>window.rootPath = "../../../";window.currentCrate = "map_model";</script><script src="../../../main.js"></script><script defer src="../../../search-index.js"></script></body></html> |