Marsyas
0.6.0-alpha
|
#include <PhiSEMSource.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
PhiSEMSource (std::string name) | |
PhiSEMSource (const PhiSEMSource &source) | |
~PhiSEMSource () | |
Static Public Attributes | |
static const mrs_real | MAX_ENERGY = 2000 |
static const mrs_real | MIN_ENERGY = 0.3 |
Definition at line 11 of file PhiSEMSource.h.
PhiSEMSource | ( | std::string | name | ) |
Definition at line 38 of file PhiSEMSource.cpp.
PhiSEMSource | ( | const PhiSEMSource & | source | ) |
Definition at line 47 of file PhiSEMSource.cpp.
~PhiSEMSource | ( | ) |
Definition at line 55 of file PhiSEMSource.cpp.
Implements MarSystem.
Definition at line 58 of file PhiSEMSource.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 86 of file PhiSEMSource.cpp.
const mrs_real MAX_ENERGY = 2000 [static] |
Definition at line 37 of file PhiSEMSource.h.
const mrs_real MIN_ENERGY = 0.3 [static] |
Definition at line 36 of file PhiSEMSource.h.