#include <src/PRGraph/Visitors/Rankers.h>
Definition at line 49 of file Rankers.h.
◆ visit() [1/5]
| virtual bool concurrency::IGraphVisitor::visit |
|
inline |
◆ visit() [2/5]
| virtual bool concurrency::IGraphVisitor::visit |
|
inline |
◆ visit() [3/5]
| virtual bool concurrency::IGraphVisitor::visit |
|
inline |
◆ visit() [4/5]
| virtual bool concurrency::IGraphVisitor::visit |
|
inline |
◆ visit() [5/5]
| bool concurrency::RankerByEccentricity::visit |
( |
AlgorithmNode & |
node | ) |
|
|
overridevirtual |
Reimplemented from concurrency::IGraphVisitor.
Definition at line 118 of file Rankers.cpp.
121 myfile.
open(
"Eccentricity.graphml", std::ios::in );
125 boost::dynamic_properties dp;
131 boost::read_graphml( myfile, execPlan, dp );
133 typedef boost::graph_traits<precedence::PrecTrace>::vertex_iterator itV;
136 for ( vp = boost::vertices( execPlan ); vp.first != vp.second; ++vp.first ) {
139 if ( index[v] == node.name() ) {
141 float rank = index_eccentricity[v];
142 node.setRank( rank );
boost::graph_traits< PrecTrace >::vertex_descriptor AlgoTraceVertex
auto get(const Handle &handle, const Algo &, const EventContext &) -> decltype(details::deref(handle.get()))
boost::adjacency_list< boost::vecS, boost::vecS, boost::bidirectionalS, AlgoTraceProps > PrecTrace
The documentation for this class was generated from the following files: