|
Marsyas
0.6.0-alpha
|
Fanout of MarSystem objects. More...
#include <Fanout.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| Fanout (std::string name) | |
| Fanout (const Fanout &a) | |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| ~Fanout () | |
All the children Marsystems of this composite receive the same input and their outputs are stacked as rows of observations.
Controls:
| Fanout | ( | std::string | name | ) |
Definition at line 29 of file Fanout.cpp.
Definition at line 35 of file Fanout.cpp.
| ~Fanout | ( | ) |
Definition at line 41 of file Fanout.cpp.
Implements MarSystem.
Definition at line 46 of file Fanout.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 222 of file Fanout.cpp.
1.7.6.1