|
Marsyas
0.6.0-alpha
|
Unfold two-dimensional realvec into one-dimensional realvec. More...
#include <Unfold.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| Unfold (std::string name) | |
| Unfold (const Unfold &a) | |
| ~Unfold () | |
Unfold two-dimensional realvec into one-dimensional realvec.
Handy when you have an image, like a SAI (Stabilized Auditory Image) and want to do math on each of it's pixels independently.
| Unfold | ( | std::string | name | ) |
Definition at line 24 of file Unfold.cpp.
Definition at line 29 of file Unfold.cpp.
| ~Unfold | ( | ) |
Definition at line 35 of file Unfold.cpp.
Implements MarSystem.
Definition at line 45 of file Unfold.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 62 of file Unfold.cpp.
1.7.6.1