|
Marsyas
0.6.0-alpha
|
This MarSystem accumulates realvecs with peak information (using peakView) arriving at its input and when receiving a "done" control trigger, saves the peak data to the specified file in .peak format. More...
#include <PeakViewSink.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| PeakViewSink (std::string name) | |
| PeakViewSink (const PeakViewSink &a) | |
| ~PeakViewSink () | |
This MarSystem accumulates realvecs with peak information (using peakView) arriving at its input and when receiving a "done" control trigger, saves the peak data to the specified file in .peak format.
Controls:
Definition at line 51 of file PeakViewSink.h.
| PeakViewSink | ( | std::string | name | ) |
Definition at line 36 of file PeakViewSink.cpp.
| PeakViewSink | ( | const PeakViewSink & | a | ) |
Definition at line 43 of file PeakViewSink.cpp.
| ~PeakViewSink | ( | ) |
Definition at line 55 of file PeakViewSink.cpp.
Implements MarSystem.
Definition at line 62 of file PeakViewSink.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 152 of file PeakViewSink.cpp.
1.7.6.1