#include <qwavdefaultpeakinterpolator.h>
Inheritance diagram for QwavDefaultPeakInterpolator:
Public Methods | |
QwavDefaultPeakInterpolator () | |
~QwavDefaultPeakInterpolator () | |
virtual QwavPeakInfo | getPeak (const QwavPeakVector *pv, int pixel, int firstSample, Float zoomFactor, uint channel=1) const |
virtual const string | getName () const |
|
Returns the name of this interpolation strategy. Have to be implemented in subclasses to return a unique name (e.g. the class name).
Implements QwavPeakInterpolator. |
|
Returns the peak of sample pixel from the given peak vector pv. The firstSample is the the first visible sample in the view to get the pixel for and zoomFac the zoom factor of this view.
Implements QwavPeakInterpolator. |