#include <peakList.h>
Inheritance diagram for PeakList< PT >:
Public Types | |
Typedefs | |
typedef PT::Position | Position |
The peak position type. | |
typedef PT | PeakType |
The peak type. | |
typedef List< PT >::iterator | Iterator |
Iterator type. | |
typedef List< PT >::ConstIterator | ConstIterator |
Constant iterator type. | |
Public Member Functions | |
Constructors and Destructors | |
PeakList () | |
Default Constructor. | |
PeakList (const PeakList &peak_list) | |
Copy constructor. | |
virtual | ~PeakList () throw () |
Destructor. | |
Accessors | |
void | scale (float x) |
Scale all peak intensities with a factor. | |
float | getMaxIntensity () const |
Determine the maximum intensity of all peaks. | |
float | getMinIntensity () const |
Determine the minimum intensity of all peaks. |
|
Constant iterator type.
Reimplemented from List< PT >. |
|
Iterator type.
Reimplemented from List< PT >. |
|
Determine the maximum intensity of all peaks.
|
|
Determine the minimum intensity of all peaks.
|
|
Scale all peak intensities with a factor.
|