libDAI
Public Member Functions
dai::GraphEL Class Reference

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

#include <dai/weightedgraph.h>

Inherits std::set< K >.

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: