equal
deleted
inserted
replaced
580 } |
580 } |
581 |
581 |
582 /// \brief Direct the given undirected edge. |
582 /// \brief Direct the given undirected edge. |
583 /// |
583 /// |
584 /// Direct the given undirected edge. The returned edge |
584 /// Direct the given undirected edge. The returned edge |
585 /// represents the given undireted edge and the direction comes |
585 /// represents the given undirected edge and the direction comes |
586 /// from the given bool. The source of the undirected edge and |
586 /// from the given bool. The source of the undirected edge and |
587 /// the directed edge is the same when the given bool is true. |
587 /// the directed edge is the same when the given bool is true. |
588 Edge direct(const UEdge&, bool) const { |
588 Edge direct(const UEdge&, bool) const { |
589 return INVALID; |
589 return INVALID; |
590 } |
590 } |