From 476c905670488aa17801dabbed90bee17c99b847 Mon Sep 17 00:00:00 2001 From: dabreegster Date: Wed, 30 Jun 2021 22:47:47 +0000 Subject: [PATCH] deploy: efaf6085e4bfe23c2a015ae764d645081350bb76 --- rustdoc/game/layer/parking/index.html | 2 +- .../game/layer/parking/struct.Efficiency.html | 2 +- .../built_info/constant.BUILT_TIME_UTC.html | 2 +- .../pathfind/v1/fn.validate_continuity.html | 2 +- .../pathfind/v1/fn.validate_restrictions.html | 2 +- .../pathfind/v1/fn.validate_zones.html | 2 +- rustdoc/map_model/pathfind/v1/index.html | 2 +- .../pathfind/v1/struct.PathRequest.html | 9 +- .../walking/fn.one_step_walking_path.html | 2 +- .../walking/fn.transit_input_graph.html | 2 +- .../walking/fn.walking_path_to_steps.html | 2 +- rustdoc/map_model/pathfind/walking/index.html | 2 +- rustdoc/map_model/struct.PathRequest.html | 9 +- rustdoc/search-index.js | 28 +++--- rustdoc/sim/enum.PersonState.html | 16 ++-- rustdoc/sim/enum.TripEndpoint.html | 4 +- rustdoc/sim/enum.TripMode.html | 18 ++-- rustdoc/sim/enum.TripResult.html | 4 +- .../sim/make/spawner/enum.TripEndpoint.html | 4 +- rustdoc/sim/make/spawner/index.html | 2 +- rustdoc/sim/router/index.html | 2 +- rustdoc/sim/router/struct.Router.html | 6 +- rustdoc/sim/sim/index.html | 2 +- rustdoc/sim/sim/struct.Sim.html | 10 +- rustdoc/sim/sim/trait.SimCallback.html | 12 +-- .../sim/struct.CommutersVehiclesCounts.html | 2 +- rustdoc/sim/struct.Person.html | 10 +- rustdoc/sim/struct.Sim.html | 10 +- rustdoc/sim/struct.TripInfo.html | 10 +- rustdoc/sim/trait.SimCallback.html | 12 +-- rustdoc/sim/trips/enum.PersonState.html | 16 ++-- rustdoc/sim/trips/enum.TripLeg.html | 16 ++-- rustdoc/sim/trips/enum.TripMode.html | 18 ++-- rustdoc/sim/trips/enum.TripResult.html | 4 +- rustdoc/sim/trips/index.html | 2 +- .../trips/struct.CommutersVehiclesCounts.html | 2 +- rustdoc/sim/trips/struct.Person.html | 10 +- rustdoc/sim/trips/struct.Trip.html | 10 +- rustdoc/sim/trips/struct.TripInfo.html | 10 +- rustdoc/sim/trips/struct.TripManager.html | 14 +-- .../game-b46195c1bf7e0216/out/built.rs.html | 2 +- rustdoc/src/game/layer/parking.rs.html | 10 +- .../src/map_model/objects/bus_stop.rs.html | 30 +++--- rustdoc/src/map_model/pathfind/v1.rs.html | 90 ++++++++++++++++- .../src/map_model/pathfind/walking.rs.html | 20 +--- rustdoc/src/sim/make/spawner.rs.html | 26 +++-- rustdoc/src/sim/router.rs.html | 30 +++--- rustdoc/src/sim/sim/mod.rs.html | 12 +-- rustdoc/src/sim/transit.rs.html | 50 +++++----- rustdoc/src/sim/trips.rs.html | 96 +++++++------------ 50 files changed, 350 insertions(+), 310 deletions(-) diff --git a/rustdoc/game/layer/parking/index.html b/rustdoc/game/layer/parking/index.html index e83aeba237..fb8fdf5935 100644 --- a/rustdoc/game/layer/parking/index.html +++ b/rustdoc/game/layer/parking/index.html @@ -1,7 +1,7 @@ game::layer::parking - Rust

Module game::layer::parking[][src]

Structs

+ Change settings

Module game::layer::parking[][src]

Structs

Efficiency
Occupancy

Enums

Loc
\ No newline at end of file diff --git a/rustdoc/game/layer/parking/struct.Efficiency.html b/rustdoc/game/layer/parking/struct.Efficiency.html index 6e9964c702..8a4a3316f6 100644 --- a/rustdoc/game/layer/parking/struct.Efficiency.html +++ b/rustdoc/game/layer/parking/struct.Efficiency.html @@ -7,7 +7,7 @@ zoomed: Drawable, panel: Panel, }

- Fields

time: Timeunzoomed: Drawablezoomed: Drawablepanel: Panel

Implementations

impl Efficiency[src]

pub fn new(ctx: &mut EventCtx<'_>, app: &App) -> Efficiency[src]

Trait Implementations

impl Layer for Efficiency[src]

Auto Trait Implementations

Blanket Implementations

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

Module map_model::pathfind::v1[][src]

Structs

Path
PathRequest

Enums

PathStep

Functions

validate_continuity
validate_restrictions
validate_zones
diff --git a/rustdoc/map_model/pathfind/v1/struct.PathRequest.html b/rustdoc/map_model/pathfind/v1/struct.PathRequest.html index ff220d3608..e8ab1eaf3e 100644 --- a/rustdoc/map_model/pathfind/v1/struct.PathRequest.html +++ b/rustdoc/map_model/pathfind/v1/struct.PathRequest.html @@ -1,14 +1,19 @@ PathRequest in map_model::pathfind::v1 - Rust -

Function map_model::pathfind::walking::one_step_walking_path[][src]

pub fn one_step_walking_path(req: PathRequest, map: &Map) -> PathV2
\ No newline at end of file diff --git a/rustdoc/map_model/pathfind/walking/fn.transit_input_graph.html b/rustdoc/map_model/pathfind/walking/fn.transit_input_graph.html index e1106c0451..f0f07def81 100644 --- a/rustdoc/map_model/pathfind/walking/fn.transit_input_graph.html +++ b/rustdoc/map_model/pathfind/walking/fn.transit_input_graph.html @@ -1,5 +1,5 @@ transit_input_graph in map_model::pathfind::walking - Rust

Function map_model::pathfind::walking::transit_input_graph[][src]

fn transit_input_graph(
    input_graph: &mut InputGraph,
    map: &Map,
    nodes: &NodeMap<WalkingNode>,
    bus_graph: &VehiclePathfinder
)
+ Change settings

Function map_model::pathfind::walking::transit_input_graph[][src]

fn transit_input_graph(
    input_graph: &mut InputGraph,
    map: &Map,
    nodes: &NodeMap<WalkingNode>,
    bus_graph: &VehiclePathfinder
)
\ No newline at end of file diff --git a/rustdoc/map_model/pathfind/walking/fn.walking_path_to_steps.html b/rustdoc/map_model/pathfind/walking/fn.walking_path_to_steps.html index 3f50a956f4..7de08c9836 100644 --- a/rustdoc/map_model/pathfind/walking/fn.walking_path_to_steps.html +++ b/rustdoc/map_model/pathfind/walking/fn.walking_path_to_steps.html @@ -1,5 +1,5 @@ walking_path_to_steps in map_model::pathfind::walking - Rust

Function map_model::pathfind::walking::walking_path_to_steps[][src]

pub fn walking_path_to_steps(
    path: Vec<WalkingNode>,
    map: &Map
) -> Vec<PathStepV2>
+ Change settings

Function map_model::pathfind::walking::walking_path_to_steps[][src]

pub fn walking_path_to_steps(
    path: Vec<WalkingNode>,
    map: &Map
) -> Vec<PathStepV2>
\ No newline at end of file diff --git a/rustdoc/map_model/pathfind/walking/index.html b/rustdoc/map_model/pathfind/walking/index.html index b1bb792c63..c0e1d7ed18 100644 --- a/rustdoc/map_model/pathfind/walking/index.html +++ b/rustdoc/map_model/pathfind/walking/index.html @@ -1,7 +1,7 @@ map_model::pathfind::walking - Rust

Module map_model::pathfind::walking[][src]

Pathfinding for pedestrians using contraction hierarchies, as well as figuring out if somebody + Change settings

Module map_model::pathfind::walking[][src]

Pathfinding for pedestrians using contraction hierarchies, as well as figuring out if somebody should use public transit.

Structs

SidewalkPathfinder

Enums

diff --git a/rustdoc/map_model/struct.PathRequest.html b/rustdoc/map_model/struct.PathRequest.html index 541de862d4..2321fb1805 100644 --- a/rustdoc/map_model/struct.PathRequest.html +++ b/rustdoc/map_model/struct.PathRequest.html @@ -1,14 +1,19 @@ PathRequest in map_model - Rust -

Enum sim::PersonState[][src]

pub enum PersonState {
     Trip(TripID),
     Inside(BuildingID),
     OffMap,
 }

Variants

-
Trip(TripID)
Inside(BuildingID)
OffMap

Trait Implementations

impl Clone for PersonState[src]