#include <dai/weightedgraph.h>
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. |
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.