Marsyas
0.6.0-alpha
|
Splits input and makes children process each slice separately (reverse of Accumulator). More...
#include <Shredder.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
Shredder (std::string name) | |
Shredder (const Shredder &a) | |
~Shredder () |
Splits input and makes children process each slice separately (reverse of Accumulator).
Splits input into time-slices, and makes children process the slices one after another. Typically used to restore the processing rate changed by an Accumulator.
Controls:
Definition at line 41 of file Shredder.h.
Shredder | ( | std::string | name | ) |
Definition at line 27 of file Shredder.cpp.
Definition at line 34 of file Shredder.cpp.
~Shredder | ( | ) |
Definition at line 41 of file Shredder.cpp.
Implements MarSystem.
Definition at line 46 of file Shredder.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 110 of file Shredder.cpp.