Marsyas
0.6.0-alpha
|
MarSystem to read .peak files and at each tick output the peaks in each frame. More...
#include <PeakViewSource.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
PeakViewSource (std::string name) | |
PeakViewSource (const PeakViewSource &a) | |
~PeakViewSource () |
MarSystem to read .peak files and at each tick output the peaks in each frame.
Controls:
Definition at line 35 of file PeakViewSource.h.
PeakViewSource | ( | std::string | name | ) |
Definition at line 25 of file PeakViewSource.cpp.
PeakViewSource | ( | const PeakViewSource & | a | ) |
Definition at line 34 of file PeakViewSource.cpp.
~PeakViewSource | ( | ) |
Definition at line 52 of file PeakViewSource.cpp.
Implements MarSystem.
Definition at line 57 of file PeakViewSource.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 153 of file PeakViewSource.cpp.