PGROUTING
3.2
|
#include "trsp_types.h"
Public Attributes | |
double | cost |
int64_t | id |
double | reverse_cost |
int64_t | source |
int64_t | target |
Definition at line 37 of file trsp_types.h.
double edge_t::cost |
Definition at line 41 of file trsp_types.h.
Referenced by GraphDefinition::addEdge(), pgrouting::graph::PgrDirectedChPPGraph::BuildResultPath(), GraphDefinition::construct_graph(), fetch_edge(), and GraphDefinition::my_dijkstra1().
int64_t edge_t::id |
Definition at line 38 of file trsp_types.h.
Referenced by GraphDefinition::addEdge(), pgrouting::graph::PgrDirectedChPPGraph::BuildResultPath(), fetch_edge(), and GraphDefinition::my_dijkstra1().
double edge_t::reverse_cost |
Definition at line 42 of file trsp_types.h.
Referenced by GraphDefinition::addEdge(), GraphDefinition::construct_graph(), fetch_edge(), and GraphDefinition::my_dijkstra1().
int64_t edge_t::source |
Definition at line 39 of file trsp_types.h.
Referenced by GraphDefinition::addEdge(), pgrouting::graph::PgrDirectedChPPGraph::BuildResultGraph(), pgrouting::graph::PgrDirectedChPPGraph::BuildResultPath(), compute_trsp(), fetch_edge(), and GraphDefinition::my_dijkstra1().
int64_t edge_t::target |
Definition at line 40 of file trsp_types.h.
Referenced by GraphDefinition::addEdge(), compute_trsp(), fetch_edge(), and GraphDefinition::my_dijkstra1().