|
libDAI
|
Represents an undirected graph, implemented as a std::set of undirected edges. More...
#include <dai/weightedgraph.h>
Inherits std::set< K >.
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. | |
Represents an undirected graph, implemented as a std::set of undirected edges.
| dai::GraphEL::GraphEL | ( | ) | [inline] |
Default constructor.
| dai::GraphEL::GraphEL | ( | InputIterator | begin, |
| InputIterator | end | ||
| ) | [inline] |
Construct from range of objects that can be cast to UEdge.
1.7.4