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