#include <experiment.h>

Public Types |
|
|
Typedefs
|
|
| typedef PeakListType::PeakType | PeakType |
| The peak type. |
|
Public Member Functions |
|
|
Constructors and Destructors
|
|
| Experiment () | |
| Default Constructor. |
|
| Experiment (const Experiment &experiment) | |
| Copy constructor. |
|
| virtual | ~Experiment () |
| Destructor. |
|
|
Accessors
|
|
| const PeakListType & | getPeakList () const |
| Return the peak list. |
|
| const PeakType & | getDefaultPeak () const |
| Return the default peak. |
|
| void | setDefaultPeak (const PeakType &peak) |
| Assign the default peak. |
|
Protected Attributes |
|
| PeakListType | peak_list_ |
| PeakType | default_peak_ |
This class (and its subclasses) are used to describe how a list of peaks is derived from the shifts calculated for a system.
| const Experiment< PeakListType >::PeakType & BALL::Experiment< PeakListType >::getDefaultPeak | ( | ) | const |
Return the default peak.
This peak can be assigned a default width and intensity that is assigned to all extracted peaks in the peak list. This is the default behaviour and can be overridden in derived classes.
| void BALL::Experiment< PeakListType >::setDefaultPeak | ( | const PeakType & | peak | ) |
Assign the default peak.
1.5.8