|
Marsyas
0.6.0-alpha
|
#include <PvConvolve.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| PvConvolve (std::string name) | |
| ~PvConvolve () | |
Definition at line 31 of file PvConvolve.h.
| PvConvolve | ( | std::string | name | ) |
Definition at line 24 of file PvConvolve.cpp.
| ~PvConvolve | ( | ) |
Definition at line 31 of file PvConvolve.cpp.
Implements MarSystem.
Definition at line 36 of file PvConvolve.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 52 of file PvConvolve.cpp.
1.7.6.1