libDAI
Public Member Functions | List of all members
dai::GraphEL Class Reference

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

#include <dai/weightedgraph.h>

Inheritance diagram for dai::GraphEL:

Public Member Functions

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

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: