PGROUTING
3.2
|
#include "pgr_basic_edge_t.h"
Public Attributes | |
bool | coming |
int64_t | edge_id |
bool | going |
int64_t | id |
int64_t | source |
int64_t | target |
Definition at line 38 of file pgr_basic_edge_t.h.
bool pgr_basic_edge_t::coming |
Definition at line 43 of file pgr_basic_edge_t.h.
int64_t pgr_basic_edge_t::edge_id |
Definition at line 44 of file pgr_basic_edge_t.h.
Referenced by _pgr_maxcardinalitymatch(), and pgrouting::flow::PgrCardinalityGraph< G >::get_matched_vertices().
bool pgr_basic_edge_t::going |
Definition at line 42 of file pgr_basic_edge_t.h.
int64_t pgr_basic_edge_t::id |
Definition at line 39 of file pgr_basic_edge_t.h.
int64_t pgr_basic_edge_t::source |
Definition at line 40 of file pgr_basic_edge_t.h.
Referenced by _pgr_maxcardinalitymatch(), and pgrouting::flow::PgrCardinalityGraph< G >::get_matched_vertices().
int64_t pgr_basic_edge_t::target |
Definition at line 41 of file pgr_basic_edge_t.h.
Referenced by _pgr_maxcardinalitymatch(), and pgrouting::flow::PgrCardinalityGraph< G >::get_matched_vertices().