27 #ifndef INCLUDE_CPP_COMMON_XY_VERTEX_H_
28 #define INCLUDE_CPP_COMMON_XY_VERTEX_H_
44 XY_vertex(
const int64_t _id,
double _x,
double _y) :
49 id(is_source? other.source : other.target),
73 std::vector < XY_vertex >
77 std::vector < XY_vertex >
79 const std::vector < Pgr_edge_xy_t > &data_edges);
83 std::vector < XY_vertex > vertices,
87 std::vector < XY_vertex > vertices,
88 const std::vector < Pgr_edge_xy_t > data_edges);
93 #endif // INCLUDE_CPP_COMMON_XY_VERTEX_H_