|
Hedgehog
0.0.0
A library to generate hybrid pipeline workflow systems
|
Interface to call execute on the different nodes. More...
#include "core_execute.h"


Public Member Functions | |
| virtual void | callExecute (std::shared_ptr< NodeInput > data)=0 |
| Wrapper to call the user-defined Execute::execute. More... | |
Interface to call execute on the different nodes.
| NodeInput | Type of input data |
Definition at line 30 of file core_execute.h.
|
pure virtual |
Wrapper to call the user-defined Execute::execute.
| data | Data to send to the Execute::execute for a specific node |
Implemented in hh::core::DefaultCoreTaskExecute< TaskInputs, TaskOutput, TaskInputs... >.