#include <src/PRGraphVisitors.h>
Definition at line 9 of file PRGraphVisitors.h.
| concurrency::DataReadyPromoter::DataReadyPromoter |
( |
EventSlot & |
slot | ) |
|
|
inline |
| bool concurrency::DataReadyPromoter::visit |
( |
AlgorithmNode & |
node | ) |
|
|
overridevirtual |
Reimplemented from concurrency::IGraphVisitor.
Definition at line 9 of file PRGraphVisitors.cpp.
13 for (
auto dataNode : node.getInputDataNodes() ) {
15 result =
visit(*dataNode);
AlgsExecutionStates algsStates
Vector of algorithms states.
StatusCode updateState(unsigned int iAlgo, State newState)
| bool concurrency::DataReadyPromoter::visit |
( |
DataNode & |
node | ) |
|
|
overridevirtual |
| bool concurrency::DataReadyPromoter::visitEnter |
( |
DataNode & |
node | ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: