Base class for ion scoring implementation for de novo algorithms. More...
#include <OpenMS/ANALYSIS/DENOVO/DeNovoIonScoring.h>
Classes | |
| class | IonScore |
| IonScore. More... | |
Public Member Functions | |
| DeNovoIonScoring & | operator= (const DeNovoIonScoring &rhs) |
| assignment operator | |
| virtual void | getIonScores (std::vector< IonScore > &ion_scores, const RichPeakSpectrum &spec)=0 |
| virtual void | getIonScores (std::vector< std::vector< IonScore > > &ion_scores, const RichPeakMap &exp)=0 |
Constructors and destructors | |
| DeNovoIonScoring () | |
| default constructor | |
| virtual | ~DeNovoIonScoring () |
| destructor | |
| DeNovoIonScoring (const DeNovoIonScoring &rhs) | |
| copy constructor | |
Base class for ion scoring implementation for de novo algorithms.
| DeNovoIonScoring | ( | ) |
default constructor
| virtual ~DeNovoIonScoring | ( | ) | [virtual] |
destructor
| DeNovoIonScoring | ( | const DeNovoIonScoring & | rhs | ) |
copy constructor
| virtual void getIonScores | ( | std::vector< IonScore > & | ion_scores, | |
| const RichPeakSpectrum & | spec | |||
| ) | [pure virtual] |
| virtual void getIonScores | ( | std::vector< std::vector< IonScore > > & | ion_scores, | |
| const RichPeakMap & | exp | |||
| ) | [pure virtual] |
| DeNovoIonScoring& operator= | ( | const DeNovoIonScoring & | rhs | ) |
assignment operator
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:49 using doxygen 1.7.1 |