#include </builds/gaudi/Gaudi/GaudiHive/src/PRGraph/Visitors/Rankers.h>
Definition at line 57 of file Rankers.h.
◆ recursiveVisit()
void concurrency::RankerByDataRealmEccentricity::recursiveVisit |
( |
AlgorithmNode & |
node | ) |
|
Depth-first node parser to calculate node eccentricity (only within the data realm of the precedence rules graph)
Definition at line 168 of file Rankers.cpp.
172 auto& products = node.getOutputDataNodes();
174 if ( products.empty() )
177 for (
auto p : products )
178 for (
auto algoNode : p->getConsumers() )
recursiveVisit( *algoNode );
◆ reset()
void concurrency::RankerByDataRealmEccentricity::reset |
( |
| ) |
|
|
inlineoverridevirtual |
◆ visit() [1/5]
virtual bool concurrency::IGraphVisitor::visit |
|
inline |
◆ visit() [2/5]
bool concurrency::RankerByDataRealmEccentricity::visit |
( |
AlgorithmNode & |
node | ) |
|
|
overridevirtual |
◆ 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 |
◆ m_currentDepth
uint concurrency::RankerByDataRealmEccentricity::m_currentDepth { 0 } |
◆ m_maxKnownDepth
uint concurrency::RankerByDataRealmEccentricity::m_maxKnownDepth { 0 } |
The documentation for this class was generated from the following files: