Marsyas
0.6.0-alpha
|
break the data flow consistency by entering a black hole in the network More...
#include <FlowCutSource.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
FlowCutSource (std::string name) | |
FlowCutSource (const FlowCutSource &a) | |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
~FlowCutSource () |
break the data flow consistency by entering a black hole in the network
Break the data flow consistency by entering a black hole in the network. Overwrites the output with 0s.
Controls:
Definition at line 42 of file FlowCutSource.h.
FlowCutSource | ( | std::string | name | ) |
Definition at line 25 of file FlowCutSource.cpp.
FlowCutSource | ( | const FlowCutSource & | a | ) |
Definition at line 31 of file FlowCutSource.cpp.
~FlowCutSource | ( | ) |
Definition at line 36 of file FlowCutSource.cpp.
Implements MarSystem.
Definition at line 41 of file FlowCutSource.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 73 of file FlowCutSource.cpp.