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>

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.

Additional Inherited Members

- Public Attributes inherited from std::set< K >
keys
 STL member.

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: