#include <lemon/sub_graph.h>
Inherits GraphAdaptorBase< const _Graph >.
Inheritance diagram for EdgeSubGraphBase:
Public Member Functions | |
bool | hidden (const Edge &edge) const |
Returns true when the given edge is hidden. | |
void | hide (const Edge &edge) |
Hide the given edge in the sub-graph. | |
void | unHide (const Edge &edge) |
Unhide the given edge in the sub-graph. |
|
Returns true when the given edge is hidden. |
|
Hide the given edge in the sub graph. It just lace out from the linked lists the given edge. |
|
Unhide the given edge in the sub graph. It just lace in the given edge into the linked lists. |