Marsyas
0.6.0-alpha
|
This MarSystem receives two stacked realvecs peak information (using peakView) and merges them. More...
#include <PeakViewMerge.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
PeakViewMerge (std::string name) | |
PeakViewMerge (const PeakViewMerge &a) | |
~PeakViewMerge () |
This MarSystem receives two stacked realvecs peak information (using peakView) and merges them.
Controls:
Definition at line 44 of file PeakViewMerge.h.
PeakViewMerge | ( | std::string | name | ) |
Definition at line 48 of file PeakViewMerge.cpp.
PeakViewMerge | ( | const PeakViewMerge & | a | ) |
Definition at line 53 of file PeakViewMerge.cpp.
~PeakViewMerge | ( | ) |
Definition at line 62 of file PeakViewMerge.cpp.
Implements MarSystem.
Definition at line 67 of file PeakViewMerge.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 96 of file PeakViewMerge.cpp.