You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// @return std::pair<Id, Id> The edge's node pair, where the first element is the source node id and the second
59
49
/// element is the target node id. The pair is (u, v) with the edge u -> v.
60
50
std::pair<Id, Id> const& nodePair() const;
61
-
51
+
/// @brief Get the edge's geometry
52
+
/// @return std::vector<std::pair<double, double>> The edge's geometry, a vector of pairs of doubles representing the coordinates of the edge's geometry
0 commit comments