Marsyas
0.6.0-alpha
|
#include <PhiSEMFilter.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
PhiSEMFilter (std::string name) | |
~PhiSEMFilter () |
Definition at line 14 of file PhiSEMFilter.h.
PhiSEMFilter | ( | std::string | name | ) |
Definition at line 41 of file PhiSEMFilter.cpp.
~PhiSEMFilter | ( | ) |
Definition at line 50 of file PhiSEMFilter.cpp.
Implements MarSystem.
Definition at line 59 of file PhiSEMFilter.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 114 of file PhiSEMFilter.cpp.