#include <peakList.h>
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 () |
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. |
float BALL::PeakList< PT >::getMaxIntensity | ( | ) | const |
Determine the maximum intensity of all peaks.
float BALL::PeakList< PT >::getMinIntensity | ( | ) | const |
Determine the minimum intensity of all peaks.