Marsyas
0.6.0-alpha
|
Parallel composite of MarSystem objects. More...
#include <Parallel.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
Parallel (std::string name) | |
~Parallel () |
Parallel | ( | std::string | name | ) |
Definition at line 27 of file Parallel.cpp.
~Parallel | ( | ) |
Definition at line 32 of file Parallel.cpp.
Implements MarSystem.
Definition at line 46 of file Parallel.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 162 of file Parallel.cpp.