32 #ifndef INCLUDE_CPP_COMMON_LINE_VERTEX_H_
33 #define INCLUDE_CPP_COMMON_LINE_VERTEX_H_
81 log <<
"\nid = " << v.
id;
83 log <<
" | source = " << v.
source;
84 log <<
" | target = " << v.
target;
85 log <<
" | cost = " << v.
cost;
99 #endif // INCLUDE_CPP_COMMON_LINE_VERTEX_H_
Line_vertex(const Line_vertex &v)
void cp_members(int64_t _id, int64_t _source)
Line_vertex(const pgr_edge_t &edge)
friend std::ostream & operator<<(std::ostream &log, const Line_vertex &v)
void cp_members(const Line_vertex &other)