equal
deleted
inserted
replaced
850 } |
850 } |
851 |
851 |
852 /// \brief Direct the given undirected edge. |
852 /// \brief Direct the given undirected edge. |
853 /// |
853 /// |
854 /// Direct the given undirected edge. The returned edge |
854 /// Direct the given undirected edge. The returned edge |
855 /// represents the given undireted edge and the direction comes |
855 /// represents the given undirected edge and the direction comes |
856 /// from the given bool. The source of the undirected edge and |
856 /// from the given bool. The source of the undirected edge and |
857 /// the directed edge is the same when the given bool is true. |
857 /// the directed edge is the same when the given bool is true. |
858 Edge direct(const UEdge&, bool) const { |
858 Edge direct(const UEdge&, bool) const { |
859 return INVALID; |
859 return INVALID; |
860 } |
860 } |