![]() |
The Gaudi Framework
master (53dee381)
|
#include </builds/gaudi/Gaudi/GaudiHive/src/PRGraph/Visitors/Rankers.h>


Public Member Functions | |
| bool | visit (AlgorithmNode &) override |
| void | reset () override |
| void | recursiveVisit (AlgorithmNode &) |
| Depth-first node parser to calculate node eccentricity (only within the data realm of the precedence rules graph). | |
| virtual bool | visit (DecisionNode &) |
| virtual bool | visit (DataNode &) |
| virtual bool | visit (ConditionNode &) |
| Public Member Functions inherited from concurrency::IGraphVisitor | |
| virtual | ~IGraphVisitor ()=default |
| virtual bool | visitEnter (DecisionNode &) const |
| virtual bool | visitEnter (AlgorithmNode &) const |
| virtual bool | visitEnter (DataNode &) const |
| virtual bool | visitEnter (ConditionNode &) const |
Public Attributes | |
| uint | m_currentDepth { 0 } |
| uint | m_maxKnownDepth { 0 } |
| 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.
|
inlineoverridevirtual |
Reimplemented from concurrency::IGraphVisitor.
|
overridevirtual |
Reimplemented from concurrency::IGraphVisitor.
Definition at line 153 of file Rankers.cpp.
|
inlinevirtual |
Reimplemented from concurrency::IGraphVisitor.
Definition at line 34 of file IGraphVisitor.h.
|
inlinevirtual |
Reimplemented from concurrency::IGraphVisitor.
Definition at line 31 of file IGraphVisitor.h.
|
inlinevirtual |
Reimplemented from concurrency::IGraphVisitor.
Definition at line 25 of file IGraphVisitor.h.
| uint concurrency::RankerByDataRealmEccentricity::m_currentDepth { 0 } |
| uint concurrency::RankerByDataRealmEccentricity::m_maxKnownDepth { 0 } |