![]() |
PGROUTING
2.4
|
#include "pgr_types.h"
Public Attributes | |
int64_t | edge |
int64_t | flow |
int64_t | residual_capacity |
int64_t | source |
int64_t | target |
Definition at line 149 of file pgr_types.h.
int64_t pgr_flow_t::edge |
Definition at line 150 of file pgr_types.h.
Referenced by do_pgr_max_flow(), and pgrouting::graph::PgrFlowGraph< G >::get_flow_edges().
int64_t pgr_flow_t::flow |
Definition at line 153 of file pgr_types.h.
Referenced by do_pgr_max_flow(), and pgrouting::graph::PgrFlowGraph< G >::get_flow_edges().
int64_t pgr_flow_t::residual_capacity |
Definition at line 154 of file pgr_types.h.
Referenced by do_pgr_max_flow(), and pgrouting::graph::PgrFlowGraph< G >::get_flow_edges().
int64_t pgr_flow_t::source |
Definition at line 151 of file pgr_types.h.
Referenced by do_pgr_max_flow(), and pgrouting::graph::PgrFlowGraph< G >::get_flow_edges().
int64_t pgr_flow_t::target |
Definition at line 152 of file pgr_types.h.
Referenced by do_pgr_max_flow(), and pgrouting::graph::PgrFlowGraph< G >::get_flow_edges().