![]() |
PGROUTING
2.5
|
#include "line_vertex.h"
Public Member Functions | |
Line_vertex () | |
Line_vertex (const pgr_edge_t &edge) | |
Line_vertex (const Line_vertex &v) | |
void | cp_members (const Line_vertex &other) |
void | cp_members (int64_t _id, int64_t _source) |
Public Attributes | |
double | cost |
int64_t | id |
int64_t | source |
int64_t | target |
int64_t | vertex_id |
Friends | |
std::ostream & | operator<< (std::ostream &log, const Line_vertex &v) |
Definition at line 45 of file line_vertex.h.
|
inline |
Definition at line 47 of file line_vertex.h.
|
inline |
Definition at line 50 of file line_vertex.h.
|
inline |
Definition at line 57 of file line_vertex.h.
|
inline |
|
inline |
|
friend |
Definition at line 80 of file line_vertex.h.
double pgrouting::Line_vertex::cost |
Definition at line 94 of file line_vertex.h.
Referenced by cp_members(), and pgrouting::graph::Pgr_lineGraph< G, T_V, T_E >::extract_vertices().
int64_t pgrouting::Line_vertex::id |
Definition at line 90 of file line_vertex.h.
Referenced by cp_members(), and pgrouting::graph::Pgr_lineGraph< G, T_V, T_E >::extract_vertices().
int64_t pgrouting::Line_vertex::source |
Definition at line 92 of file line_vertex.h.
Referenced by cp_members(), and pgrouting::graph::Pgr_lineGraph< G, T_V, T_E >::extract_vertices().
int64_t pgrouting::Line_vertex::target |
Definition at line 93 of file line_vertex.h.
Referenced by cp_members(), and pgrouting::graph::Pgr_lineGraph< G, T_V, T_E >::extract_vertices().
int64_t pgrouting::Line_vertex::vertex_id |
Definition at line 91 of file line_vertex.h.
Referenced by cp_members(), and pgrouting::graph::Pgr_lineGraph< G, T_V, T_E >::extract_vertices().