81 std::vector<unsigned>& weights);
SUMOVehicleClass
Definition of vehicle classes to differ between different lane usage and authority types.
Metric-independent RoutingKit CCH topology over the PURE road graph.
double(* EffortOperation)(const E *const, const V *const, double)
effort callback signature, matching SUMOAbstractRouter::Operation
per-vehicle-type CCH metric store over a shared CCHGraph
function-pointer front end of the router applications' STATIC metric family
static SUMOTime periodEnd(SUMOTime time)
the end of the weight period containing the given time (SUMOTime_MAX when the weights are static); CC...
static void reset(const ROVehicle *veh)
the edge weights changed behind the metrics (marouter after an assignment iteration,...
static void patchRestrictions(const ROCCHGraph *graph, const ROVehicle *veh, std::vector< unsigned > &weights)
post-fill hook: mask the edges that restrict the querying vehicle's type to inf_weight (restriction-p...
static ROCCHMetricFamily * myFamily
static void init(const ROCCHGraph *graph, ROCCHGraph::EffortOperation effort, SUMOTime begin, SUMOTime weightPeriod)
install the shared graph, effort function and weight-period grid (call once, before routing); weightP...
static const RoutingKit::CustomizableContractionHierarchyMetric * get(SUMOVehicleClass vClass, SUMOTime time, const ROVehicle *veh)
the metric for the vehicle's type at a query time, built on first use; matches CCHRouter::MetricProvi...
A basic edge for routing applications.
A vehicle as used by router.
Structure representing possible vehicle parameter.