#include <qwavexperimentalpeakinterpolation.h>
Inheritance diagram for QwavExperimentalPeakInterpolation:
Public Methods | |
QwavExperimentalPeakInterpolation () | |
virtual | ~QwavExperimentalPeakInterpolation () |
virtual QwavPeakInfo | getPeak (const QwavPeakVector *pv, int pixel, int nPixels, Float zoomFactor, uint channel=1) const |
virtual const string | getName () const |
|
Standard constructor |
|
Destructor. |
|
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. |