#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 165 of file Rankers.cpp.
  169     auto& products = node.getOutputDataNodes();
 
  171     if ( products.empty() )
 
  174     for ( 
auto p : products )
 
  175       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: