Marsyas
0.6.0-alpha
|
Squares input samples. More...
#include <Square.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
Square (std::string name) | |
Square (const Square &a) | |
~Square () |
Square | ( | std::string | name | ) |
Definition at line 25 of file Square.cpp.
Definition at line 29 of file Square.cpp.
~Square | ( | ) |
Definition at line 34 of file Square.cpp.
Implements MarSystem.
Definition at line 39 of file Square.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 54 of file Square.cpp.