#include <angel_tools.hpp>
Public Member Functions | |
edge_equal_t (const Ad_graph_t &_g1, const Ad_graph_t &_g2) | |
Both graphs are given in the constructor. | |
bool | operator() (typename Ad_graph_t::edge_descriptor e1, typename Ad_graph_t::edge_descriptor e2) |
Tests whether e1 and e2 have same source and target. | |
Public Attributes | |
const Ad_graph_t & | g1 |
const Ad_graph_t & | g2 |
Definition at line 354 of file angel_tools.hpp.
angel::edge_equal_t< Ad_graph_t >::edge_equal_t | ( | const Ad_graph_t & | _g1, | |
const Ad_graph_t & | _g2 | |||
) | [inline] |
bool angel::edge_equal_t< Ad_graph_t >::operator() | ( | typename Ad_graph_t::edge_descriptor | e1, | |
typename Ad_graph_t::edge_descriptor | e2 | |||
) | [inline] |
Tests whether e1
and e2
have same source and target.
Definition at line 362 of file angel_tools.hpp.
References angel::edge_equal_t< Ad_graph_t >::g1, and angel::edge_equal_t< Ad_graph_t >::g2.
const Ad_graph_t& angel::edge_equal_t< Ad_graph_t >::g1 |
Definition at line 356 of file angel_tools.hpp.
Referenced by angel::edge_equal_t< Ad_graph_t >::operator()().
const Ad_graph_t& angel::edge_equal_t< Ad_graph_t >::g2 |
Definition at line 357 of file angel_tools.hpp.
Referenced by angel::edge_equal_t< Ad_graph_t >::operator()().