![]() |
The Gaudi Framework
v28r3 (cc1cf868)
|
#include <src/PRGraphVisitors.h>


Public Member Functions | |
| RankerByDataRealmEccentricity () | |
| Constructor. More... | |
| bool | visit (AlgorithmNode &node) override |
| void | reset () override |
| void | recursiveVisit (AlgorithmNode &node) |
| Depth-first node parser to calculate node eccentricity (only within the data realm of the precedence rules graph) More... | |
Public Member Functions inherited from concurrency::IGraphVisitor | |
| virtual | ~IGraphVisitor ()=default |
| virtual bool | visitEnter (DecisionNode &) const |
| virtual bool | visit (DecisionNode &) |
| virtual bool | visitEnter (AlgorithmNode &) const |
| virtual bool | visitEnter (DataNode &) const |
| virtual bool | visit (DataNode &) |
Public Attributes | |
| uint | m_currentDepth |
| uint | m_maxKnownDepth |
Public Attributes inherited from concurrency::IGraphVisitor | |
| int | m_nodesSucceeded |
| EventSlot * | m_slot |
Definition at line 115 of file PRGraphVisitors.h.
|
inline |
Constructor.
Definition at line 118 of file PRGraphVisitors.h.
| 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 324 of file PRGraphVisitors.cpp.
|
inlineoverridevirtual |
Reimplemented from concurrency::IGraphVisitor.
Definition at line 129 of file PRGraphVisitors.h.
|
overridevirtual |
Reimplemented from concurrency::IGraphVisitor.
Definition at line 309 of file PRGraphVisitors.cpp.
| uint concurrency::RankerByDataRealmEccentricity::m_currentDepth |
Definition at line 139 of file PRGraphVisitors.h.
| uint concurrency::RankerByDataRealmEccentricity::m_maxKnownDepth |
Definition at line 140 of file PRGraphVisitors.h.