#include </builds/gaudi/Gaudi/GaudiHive/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]
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 );
◆ visit() [3/5]
virtual bool concurrency::IGraphVisitor::visit |
|
inline |
◆ visit() [4/5]
virtual bool concurrency::IGraphVisitor::visit |
|
inline |
◆ visit() [5/5]
virtual bool concurrency::IGraphVisitor::visit |
|
inline |
The documentation for this class was generated from the following files: