EdgeSubGraphBase Class Template Reference

#include <lemon/sub_graph.h>

Inheritance diagram for EdgeSubGraphBase:

Inheritance graph
[legend]

List of all members.


Detailed Description

template<typename _Graph>
class lemon::EdgeSubGraphBase< _Graph >

Base for the EdgeSubGraph.

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.

Member Function Documentation

bool hidden ( const Edge &  edge  )  const [inline]

Returns true when the given edge is hidden.

void hide ( const Edge &  edge  )  [inline]

Hide the given edge in the sub graph. It just lace out from the linked lists the given edge.

void unHide ( const Edge &  edge  )  [inline]

Unhide the given edge in the sub graph. It just lace in the given edge into the linked lists.


The documentation for this class was generated from the following file:

Generated on Sat Apr 19 14:21:26 2008 for LEMON by  doxygen 1.5.5