#include <OpenMS/KERNEL/DSpectrum.h>
This class is designed for limited use cases, such as storing precursor information from DTA files. No data processing! In particular does not interact well with classes like Peak1D or Peak2D.
Public Types | |
enum | { DIMENSION = D } |
Dimensionality. More... | |
typedef Int | ChargeType |
Charge Type. | |
Public Member Functions | |
PrecursorPeak () | |
Default constructor. | |
PrecursorPeak (const PrecursorPeak &rhs) | |
Copy constructor. | |
PrecursorPeak & | operator= (const PrecursorPeak &rhs) |
Assignment operator. | |
~PrecursorPeak () | |
Destructor. | |
ChargeType const & | getCharge () const |
Non-mutable access to the charge. | |
void | setCharge (ChargeType charge) |
Mutable access to the charge. | |
Protected Attributes | |
ChargeType | charge_ |
Private Types | |
typedef DPeak< D > | Base |
Base class (do not even think of using this outside the scope of this class). |
Base class (do not even think of using this outside the scope of this class).
typedef Int ChargeType |
Charge Type.
PrecursorPeak | ( | ) | [inline] |
Default constructor.
PrecursorPeak | ( | const PrecursorPeak< D > & | rhs | ) | [inline] |
Copy constructor.
~PrecursorPeak | ( | ) | [inline] |
Destructor.
PrecursorPeak& operator= | ( | const PrecursorPeak< D > & | rhs | ) | [inline] |
Assignment operator.
ChargeType const& getCharge | ( | ) | const [inline] |
Non-mutable access to the charge.
void setCharge | ( | ChargeType | charge | ) | [inline] |
Mutable access to the charge.
ChargeType charge_ [protected] |
Generated Tue Apr 1 15:36:49 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |