|
Marsyas
0.6.0-alpha
|
Compute peaks in observation vector. More...
#include <PeakInObservation.h>
Inherits MarSystem.
Public Member Functions | |
| void | addControls () |
| MarSystem * | clone () const |
| void | myProcess (realvec &inVec, realvec &outVec) |
| Processes data. | |
| void | myUpdate (MarControlPtr inSender) |
| Updates internal state due to a control change. | |
| PeakInObservation (mrs_string inName) | |
| PeakInObservation (const PeakInObservation &inToCopy) | |
| ~PeakInObservation () | |
Compute peaks in observation vector.
Controls:
Definition at line 37 of file PeakInObservation.h.
| PeakInObservation | ( | mrs_string | inName | ) |
Definition at line 6 of file PeakInObservation.cpp.
| PeakInObservation | ( | const PeakInObservation & | inToCopy | ) |
Definition at line 12 of file PeakInObservation.cpp.
| ~PeakInObservation | ( | ) |
Definition at line 22 of file PeakInObservation.cpp.
| void addControls | ( | ) |
Reimplemented from MarSystem.
Definition at line 29 of file PeakInObservation.cpp.
Implements MarSystem.
Definition at line 24 of file PeakInObservation.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 56 of file PeakInObservation.cpp.
| void myUpdate | ( | MarControlPtr | sender | ) | [virtual] |
Updates internal state due to a control change.
| sender | The control that triggered the update; more precisely, any control passed to the update() method - could be an invalid one. |
Implement this method in subclass to define specific response to control changes.
Reimplemented from MarSystem.
Definition at line 41 of file PeakInObservation.cpp.
1.7.6.1