#include <experiment.h>
Inheritance diagram for Experiment< PeakListType >:
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 () throw () |
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.
|
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. |
|
Assign the default peak.
|