From 8a919e44f0b94bfd7e86218f2f4e9537182d6126 Mon Sep 17 00:00:00 2001 From: dabreegster Date: Thu, 10 Dec 2020 23:08:08 +0000 Subject: [PATCH] deploy: fb9635e8c8b0852de659580172780f2c28a12ea3 --- .../isochrone/fn.draw_isochrone.html | 2 +- .../isochrone/struct.Isochrone.html | 2 +- rustdoc/fifteen_min/type.App.html | 2 +- .../fifteen_min/viewer/fn.build_panel.html | 2 +- .../viewer/struct.HoverOnBuilding.html | 2 +- rustdoc/fifteen_min/viewer/struct.Viewer.html | 8 +- .../built_info/constant.BUILT_TIME_UTC.html | 2 +- .../implementors/core/marker/trait.Copy.js | 2 +- rustdoc/popdat/fn.generate_scenario.html | 2 +- rustdoc/popdat/index.html | 2 +- .../fn.find_building_for_activity.html | 2 +- .../popdat/make_person/fn.make_person.html | 2 +- rustdoc/popdat/make_person/fn.pick_mode.html | 2 +- rustdoc/popdat/make_person/index.html | 2 +- rustdoc/popdat/struct.Config.html | 8 +- rustdoc/search-index.js | 10 +- rustdoc/sim/enum.TripEndpoint.html | 4 +- .../sim/make/spawner/enum.TripEndpoint.html | 4 +- .../game-f38555f90777146b/out/built.rs.html | 2 +- rustdoc/src/popdat/lib.rs.html | 10 +- rustdoc/src/popdat/make_person.rs.html | 410 ++++++++++++------ rustdoc/src/sim/make/spawner.rs.html | 2 +- 22 files changed, 323 insertions(+), 161 deletions(-) diff --git a/rustdoc/fifteen_min/isochrone/fn.draw_isochrone.html b/rustdoc/fifteen_min/isochrone/fn.draw_isochrone.html index 1db0feffe3..73980f5f3c 100644 --- a/rustdoc/fifteen_min/isochrone/fn.draw_isochrone.html +++ b/rustdoc/fifteen_min/isochrone/fn.draw_isochrone.html @@ -1,4 +1,4 @@ fifteen_min::isochrone::draw_isochrone - Rust

[][src]Function fifteen_min::isochrone::draw_isochrone

fn draw_isochrone(
    app: &SimpleApp<()>,
    time_to_reach_building: &HashMap<BuildingID, Duration>
) -> GeomBatch
\ No newline at end of file + Change settings

[][src]Function fifteen_min::isochrone::draw_isochrone

fn draw_isochrone(
    app: &SimpleApp<()>,
    time_to_reach_building: &HashMap<BuildingID, Duration>
) -> GeomBatch
\ No newline at end of file diff --git a/rustdoc/fifteen_min/isochrone/struct.Isochrone.html b/rustdoc/fifteen_min/isochrone/struct.Isochrone.html index 0803153f87..67942ef11c 100644 --- a/rustdoc/fifteen_min/isochrone/struct.Isochrone.html +++ b/rustdoc/fifteen_min/isochrone/struct.Isochrone.html @@ -14,7 +14,7 @@ draw: Drawable

Colored polygon contours, uploaded to the GPU and ready for drawing

time_to_reach_building: HashMap<BuildingID, Duration>

How far away is each building from the start?

amenities_reachable: MultiMap<&'static str, BuildingID>

Per category of amenity (defined by helpers::amenity_type), what buildings have that?

-

Implementations

impl Isochrone[src]

pub fn new(
    ctx: &mut EventCtx<'_>,
    app: &SimpleApp<()>,
    start: BuildingID,
    constraints: PathConstraints
) -> Isochrone
[src]

pub fn path_to(&self, map: &Map, to: BuildingID) -> Option<Path>[src]

Auto Trait Implementations

impl !RefUnwindSafe for Isochrone

impl !Send for Isochrone

impl !Sync for Isochrone

impl Unpin for Isochrone

impl UnwindSafe for Isochrone

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

Implementations

impl Isochrone[src]

pub fn new(
    ctx: &mut EventCtx<'_>,
    app: &SimpleApp<()>,
    start: BuildingID,
    constraints: PathConstraints
) -> Isochrone
[src]

pub fn path_to(&self, map: &Map, to: BuildingID) -> Option<Path>[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Downcast for T where
    T: Any

[][src]Type Definition fifteen_min::App

type App = SimpleApp<()>;
\ No newline at end of file diff --git a/rustdoc/fifteen_min/viewer/fn.build_panel.html b/rustdoc/fifteen_min/viewer/fn.build_panel.html index aa010f42f9..5f9e307286 100644 --- a/rustdoc/fifteen_min/viewer/fn.build_panel.html +++ b/rustdoc/fifteen_min/viewer/fn.build_panel.html @@ -1,4 +1,4 @@ fifteen_min::viewer::build_panel - Rust

[][src]Function fifteen_min::viewer::build_panel

fn build_panel(
    ctx: &mut EventCtx<'_>,
    app: &SimpleApp<()>,
    start: &Building,
    isochrone: &Isochrone
) -> Panel
\ No newline at end of file + Change settings

[][src]Function fifteen_min::viewer::build_panel

fn build_panel(
    ctx: &mut EventCtx<'_>,
    app: &SimpleApp<()>,
    start: &Building,
    isochrone: &Isochrone
) -> Panel
\ No newline at end of file diff --git a/rustdoc/fifteen_min/viewer/struct.HoverOnBuilding.html b/rustdoc/fifteen_min/viewer/struct.HoverOnBuilding.html index 9d41b3ec5a..448153bdfb 100644 --- a/rustdoc/fifteen_min/viewer/struct.HoverOnBuilding.html +++ b/rustdoc/fifteen_min/viewer/struct.HoverOnBuilding.html @@ -5,7 +5,7 @@ tooltip: Text, drawn_route: Drawable, }

- Fields

tooltip: Textdrawn_route: Drawable

Implementations

impl HoverOnBuilding[src]

fn key(ctx: &EventCtx<'_>, app: &SimpleApp<()>) -> Option<(BuildingID, f64)>[src]

fn value(
    ctx: &mut EventCtx<'_>,
    app: &SimpleApp<()>,
    key: (BuildingID, f64),
    isochrone: &Isochrone
) -> HoverOnBuilding
[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]