Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

UndirGraphEdge Class Template Reference
[Graph Structure Concepts]

#include <lemon/concept/undir_graph.h>

Inheritance diagram for UndirGraphEdge:

Inheritance graph
[legend]
Collaboration diagram for UndirGraphEdge:

Collaboration graph
[legend]
List of all members.

Detailed Description

template<typename UndirGraph>
class lemon::concept::UndirGraphEdge< UndirGraph >

Skeleton class which describes an edge with direction in undirected graph.

Definition at line 40 of file undir_graph.h.

Public Member Functions

 UndirGraphEdge ()
 
 UndirGraphEdge (const UndirGraphEdge &)
 
 UndirGraphEdge (Invalid)
 
 UndirGraphEdge (const UndirGraph &g, UndirEdge undir_edge, Node n)
 Directed edge from undirected edge and a source node.
UndirGraphEdgeoperator= (UndirGraphEdge)
 
bool operator== (UndirGraphEdge) const
 
bool operator!= (UndirGraphEdge) const
 
bool operator< (UndirGraphEdge) const
 


Constructor & Destructor Documentation

UndirGraphEdge const UndirGraph g,
UndirEdge  undir_edge,
Node  n
[inline]
 

Constructs a directed edge from undirected edge and a source node.

Note:
You have to specify the graph for this constructor.

Definition at line 59 of file undir_graph.h.


The documentation for this class was generated from the following file:
Generated on Sat Mar 19 10:59:02 2005 for LEMON by  doxygen 1.4.1