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 DEdge.


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 DEdge.


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

Generated on Thu Feb 11 12:26:08 2010 for libDAI by  doxygen 1.5.5