Marsyas
0.6.0-alpha
|
FlowThru of MarSystem objects. More...
#include <FlowThru.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
FlowThru (std::string name) | |
FlowThru (const FlowThru &a) | |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
~FlowThru () |
FlowThru of MarSystem objects.
Combines a series of MarSystem objects to a single MarSystem corresponding to executing the System objects one after the other in sequence, but forwards the original composite input flow to the output.
Controls:
Definition at line 40 of file FlowThru.h.
FlowThru | ( | std::string | name | ) |
Definition at line 27 of file FlowThru.cpp.
Definition at line 33 of file FlowThru.cpp.
~FlowThru | ( | ) |
Definition at line 38 of file FlowThru.cpp.
Implements MarSystem.
Definition at line 44 of file FlowThru.cpp.
Processes data.
in | Input data to read. |
out | Output data to write. |
Implement this method in subclass to define specific data processing.
Implements MarSystem.
Definition at line 117 of file FlowThru.cpp.