#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 121 of file Rankers.cpp.
124 myfile.
open(
"Eccentricity.graphml", std::ios::in );
128 boost::dynamic_properties dp;
134 boost::read_graphml( myfile, execPlan, dp );
136 typedef boost::graph_traits<precedence::PrecTrace>::vertex_iterator itV;
139 for ( vp = boost::vertices( execPlan ); vp.first != vp.second; ++vp.first ) {
142 if (
index[
v] == node.name() ) {
144 float rank = index_eccentricity[
v];
145 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:
size_t index(const Gaudi::ParticleProperty *property, const Gaudi::Interfaces::IParticlePropertySvc *service)
helper utility for mapping of Gaudi::ParticleProperty object into non-negative integral sequential id...