#include <qwavstereopeakupdater.h>
Inheritance diagram for QwavStereoPeakUpdater:
Public Methods | |
QwavStereoPeakUpdater () | |
~QwavStereoPeakUpdater () | |
virtual void | updatePeaks (QwavPeakVector *) |
virtual string | getName () const |
|
Standard constructor. |
|
Destructor. |
|
Returns the name of this QwavPeakUpdater. This is mainly used for debugging.
Implements QwavPeakUpdater. |
|
The updatePeaks() method is the working function of this class. It implements the update algorithm to calculate PeakInfo for the waveform of pv.
Implements QwavPeakUpdater. |