dai::GraphEL Class Reference

Represents an undirected graph, implemented as a std::set of undirected edges. More...

#include <dai/weightedgraph.h>

List of all members.

Public Member Functions

 GraphEL ()
 Default constructor.
template<class InputIterator>
 GraphEL (InputIterator begin, InputIterator end)
 Construct from range of objects that can be cast to UEdge.
 GraphEL (const GraphAL &G)
 Construct from GraphAL.


Detailed Description

Represents an undirected graph, implemented as a std::set of undirected edges.

Constructor & Destructor Documentation

dai::GraphEL::GraphEL (  )  [inline]

Default constructor.

template<class InputIterator>
dai::GraphEL::GraphEL ( InputIterator  begin,
InputIterator  end 
) [inline]

Construct from range of objects that can be cast to UEdge.

dai::GraphEL::GraphEL ( const GraphAL G  )  [inline]

Construct from GraphAL.


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

Generated on Thu Aug 5 19:04:09 2010 for libDAI by  doxygen 1.5.5