#include <src/ExecutionFlowGraph.h>
Definition at line 232 of file ExecutionFlowGraph.h.
concurrency::DataNode::~DataNode |
( |
| ) |
|
|
inline |
void concurrency::DataNode::addConsumerNode |
( |
AlgorithmNode * |
node | ) |
|
|
inline |
void concurrency::DataNode::addProducerNode |
( |
AlgorithmNode * |
node | ) |
|
|
inline |
const std::vector<AlgorithmNode*>& concurrency::DataNode::getConsumers |
( |
| ) |
const |
|
inline |
Get all data object consumers.
Definition at line 252 of file ExecutionFlowGraph.h.
std::vector< AlgorithmNode * > m_consumers
const std::string& concurrency::DataNode::getPath |
( |
| ) |
|
|
inline |
const std::vector<AlgorithmNode*>& concurrency::DataNode::getProducers |
( |
| ) |
const |
|
inline |
Get all data object producers.
Definition at line 250 of file ExecutionFlowGraph.h.
std::vector< AlgorithmNode * > m_producers
std::string concurrency::DataNode::m_data_object_path |
|
private |
The documentation for this class was generated from the following file: