#include "pgr_transitiveClosure.hpp"
|
boost::adjacency_list< boost::vecS, boost::vecS, boost::directedS, boost::no_property, boost::no_property, boost::no_property, boost::listS > | transitiveClosure (G &graph) |
|
|
boost::adjacency_list< boost::vecS, boost::vecS, boost::directedS, boost::no_property, boost::no_property, boost::no_property, boost::listS > | generatetransitiveClosure (G &graph) |
|
template<class G>
class Pgr_transitiveClosure< G >
Definition at line 43 of file pgr_transitiveClosure.hpp.
◆ generatetransitiveClosure()
template<class G >
boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS, boost::no_property, boost::no_property, boost::no_property, boost::listS> Pgr_transitiveClosure< G >::generatetransitiveClosure |
( |
G & |
graph | ) |
|
|
inlineprivate |
Definition at line 56 of file pgr_transitiveClosure.hpp.
57 boost::adjacency_list <boost::vecS, boost::vecS, boost::directedS, boost::no_property, boost::no_property,
58 boost::no_property, boost::listS> TC;
59 transitive_closure(graph.graph, TC);
◆ transitiveClosure()
template<class G >
boost::adjacency_list< boost::vecS, boost::vecS, boost::directedS, boost::no_property, boost::no_property, boost::no_property, boost::listS > Pgr_transitiveClosure< G >::transitiveClosure |
( |
G & |
graph | ) |
|
The documentation for this class was generated from the following file: