PGROUTING
3.2
|
#include "trsp.h"
Public Attributes | |
float8 | cost |
int64 | id |
float8 | reverse_cost |
int64 | source |
int64 | target |
float8 edge::cost |
Definition at line 45 of file trsp.h.
Referenced by pgrouting::graph::Pgr_contractionGraph< G >::add_shortcut(), pgrouting::Pg_points_graph::create_new_edges(), do_pgr_directedChPP(), do_pgr_minCostMaxFlow(), pgrouting::trsp::Pgr_trspHandler::explore(), fetch_costFlow_edge(), fetch_edge(), fetch_edge_with_xy(), get_postgres_result(), anonymous_namespace{contractGraph_driver.cpp}::get_postgres_result(), get_turn_penalty_postgres_result(), pgrouting::graph::PgrCostFlowGraph::GetFlowEdges(), pgrouting::graph::Pgr_base_graph< BG, XY_vertex, Basic_edge >::graph_add_edge(), pgrouting::graph::Pgr_base_graph< BG, XY_vertex, Basic_edge >::graph_add_edge_no_create_vertex(), pgrouting::graph::Pgr_base_graph< BG, XY_vertex, Basic_edge >::graph_add_min_edge_no_parallel(), pgrouting::graph::Pgr_base_graph< BG, XY_vertex, Basic_edge >::graph_add_neg_edge(), pgrouting::graph::PgrFlowGraph::insert_edges(), pgrouting::graph::PgrFlowGraph::insert_edges_edge_disjoint(), pgrouting::graph::PgrFlowGraph::insert_edges_push_relabel(), pgrouting::graph::PgrCostFlowGraph::InsertEdges(), and pgrouting::graph::PgrDirectedChPPGraph::PgrDirectedChPPGraph().
int64 edge::id |
Definition at line 42 of file trsp.h.
Referenced by pgrouting::Pg_points_graph::create_new_edges(), fetch_basic_edge(), fetch_edge(), fetch_edge_with_xy(), get_postgres_result(), get_turn_penalty_postgres_result(), pgrouting::graph::Pgr_base_graph< BG, XY_vertex, Basic_edge >::graph_add_edge(), pgrouting::graph::Pgr_base_graph< BG, XY_vertex, Basic_edge >::graph_add_edge_no_create_vertex(), pgrouting::graph::Pgr_base_graph< BG, XY_vertex, Basic_edge >::graph_add_min_edge_no_parallel(), pgrouting::graph::Pgr_base_graph< BG, XY_vertex, Basic_edge >::graph_add_neg_edge(), pgrouting::graph::PgrFlowGraph::insert_edges(), pgrouting::graph::PgrFlowGraph::insert_edges_edge_disjoint(), pgrouting::graph::PgrFlowGraph::insert_edges_push_relabel(), and pgrouting::graph::PgrDirectedChPPGraph::PgrDirectedChPPGraph().
float8 edge::reverse_cost |
Definition at line 46 of file trsp.h.
Referenced by pgrouting::Pg_points_graph::create_new_edges(), fetch_costFlow_edge(), fetch_edge(), fetch_edge_with_xy(), get_postgres_result(), pgrouting::graph::Pgr_base_graph< BG, XY_vertex, Basic_edge >::graph_add_edge(), pgrouting::graph::Pgr_base_graph< BG, XY_vertex, Basic_edge >::graph_add_edge_no_create_vertex(), pgrouting::graph::Pgr_base_graph< BG, XY_vertex, Basic_edge >::graph_add_min_edge_no_parallel(), pgrouting::graph::Pgr_base_graph< BG, XY_vertex, Basic_edge >::graph_add_neg_edge(), pgrouting::graph::PgrFlowGraph::insert_edges(), pgrouting::graph::PgrFlowGraph::insert_edges_edge_disjoint(), pgrouting::graph::PgrFlowGraph::insert_edges_push_relabel(), pgrouting::graph::PgrCostFlowGraph::InsertEdges(), and pgrouting::graph::PgrDirectedChPPGraph::PgrDirectedChPPGraph().
int64 edge::source |
Definition at line 43 of file trsp.h.
Referenced by pgrouting::Pg_points_graph::create_new_edges(), do_pgr_max_flow(), do_pgr_minCostMaxFlow(), pgrouting::extract_vertices(), fetch_basic_edge(), fetch_costFlow_edge(), fetch_edge(), fetch_edge_with_xy(), pgrouting::graph::PgrFlowGraph::get_flow_edges(), get_postgres_result(), anonymous_namespace{contractGraph_driver.cpp}::get_postgres_result(), get_turn_penalty_postgres_result(), pgrouting::graph::PgrCostFlowGraph::GetFlowEdges(), pgrouting::graph::Pgr_base_graph< BG, XY_vertex, Basic_edge >::graph_add_edge(), pgrouting::graph::Pgr_base_graph< BG, XY_vertex, Basic_edge >::graph_add_edge_no_create_vertex(), pgrouting::graph::Pgr_base_graph< BG, XY_vertex, Basic_edge >::graph_add_min_edge_no_parallel(), pgrouting::graph::Pgr_base_graph< BG, XY_vertex, Basic_edge >::graph_add_neg_edge(), pgrouting::graph::PgrFlowGraph::insert_edges(), pgrouting::graph::PgrFlowGraph::insert_edges_edge_disjoint(), pgrouting::graph::PgrFlowGraph::insert_edges_push_relabel(), pgrouting::graph::PgrCostFlowGraph::InsertEdges(), and pgrouting::graph::PgrDirectedChPPGraph::PgrDirectedChPPGraph().
int64 edge::target |
Definition at line 44 of file trsp.h.
Referenced by pgrouting::Pg_points_graph::create_new_edges(), do_pgr_max_flow(), do_pgr_minCostMaxFlow(), pgrouting::extract_vertices(), fetch_basic_edge(), fetch_costFlow_edge(), fetch_edge(), fetch_edge_with_xy(), pgrouting::graph::PgrFlowGraph::get_flow_edges(), get_postgres_result(), anonymous_namespace{contractGraph_driver.cpp}::get_postgres_result(), get_turn_penalty_postgres_result(), pgrouting::graph::PgrCostFlowGraph::GetFlowEdges(), pgrouting::graph::Pgr_base_graph< BG, XY_vertex, Basic_edge >::graph_add_edge(), pgrouting::graph::Pgr_base_graph< BG, XY_vertex, Basic_edge >::graph_add_edge_no_create_vertex(), pgrouting::graph::Pgr_base_graph< BG, XY_vertex, Basic_edge >::graph_add_min_edge_no_parallel(), pgrouting::graph::Pgr_base_graph< BG, XY_vertex, Basic_edge >::graph_add_neg_edge(), pgrouting::graph::PgrFlowGraph::insert_edges(), pgrouting::graph::PgrFlowGraph::insert_edges_edge_disjoint(), pgrouting::graph::PgrFlowGraph::insert_edges_push_relabel(), pgrouting::graph::PgrCostFlowGraph::InsertEdges(), and pgrouting::graph::PgrDirectedChPPGraph::PgrDirectedChPPGraph().