Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   Related Pages  

qwavdefaultpeakinterpolator.h

00001 /***************************************************************************
00002                           defaultpeakinterpolator.h  -  description
00003                              -------------------
00004     begin                : Sat Nov 16 2002
00005     copyright            : (C) 2002 by Peter Eschler
00006     email                : eschler@users.sourceforge.net
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU Library General Public License as       *
00013  *   published by  the Free Software Foundation; either version 2 of the   *
00014  *   License, or (at your option) any later version.                       *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 #ifndef QwavDEFAULTPEAKINTERPOLATOR_H
00019 #define QwavDEFAULTPEAKINTERPOLATOR_H
00020 
00021 #include "qwavpeakinterpolator.h"
00022 
00023 class QwavPeakInfo;
00024 
00025 Qwav_BEGIN_NAMESPACE
00026 
00032 class QWAV_EXPORTIMPORT QwavDefaultPeakInterpolator
00033   : public QwavPeakInterpolator
00034 {
00035     
00036 public: 
00037     QwavDefaultPeakInterpolator();
00038     ~QwavDefaultPeakInterpolator();
00039 
00040     virtual QwavPeakInfo getPeak( const QwavPeakVector* pv,
00041                                   int                   pixel,
00042                                   int                   firstSample,
00043                                   Float                 zoomFactor,
00044                                   uint                  channel=1 ) const;
00045                               
00046     virtual const string getName() const  { 
00047         return "QwavDefaultPeakInterpolator"; 
00048     }
00049     
00050 };
00051 
00052 Qwav_END_NAMESPACE
00053 
00054 #endif // QwavDEFAULTPEAKINTERPOLATOR_H

Generated on Mon Jan 20 00:24:54 2003 for Qwav by doxygen1.2.16