Base class for de novo identification. More...
#include <OpenMS/ANALYSIS/DENOVO/DeNovoIdentification.h>
Public Member Functions | |
| DeNovoIdentification & | operator= (const DeNovoIdentification &rhs) |
| assignment operator | |
| virtual void | getIdentifications (std::vector< PeptideIdentification > &ids, const RichPeakMap &exp)=0 |
| performs an ProteinIdentification run on a RichPeakMap | |
| virtual void | getIdentification (PeptideIdentification &id, const RichPeakSpectrum &spectrum)=0 |
| performs an ProteinIdentification run on a PeakSpectrum | |
Constructors and destructors | |
| DeNovoIdentification () | |
| default constructor | |
| virtual | ~DeNovoIdentification () |
| destructor | |
| DeNovoIdentification (const DeNovoIdentification &rhs) | |
| copy constructor | |
Base class for de novo identification.
default constructor
| virtual ~DeNovoIdentification | ( | ) | [virtual] |
destructor
| DeNovoIdentification | ( | const DeNovoIdentification & | rhs | ) |
copy constructor
| virtual void getIdentification | ( | PeptideIdentification & | id, | |
| const RichPeakSpectrum & | spectrum | |||
| ) | [pure virtual] |
performs an ProteinIdentification run on a PeakSpectrum
| virtual void getIdentifications | ( | std::vector< PeptideIdentification > & | ids, | |
| const RichPeakMap & | exp | |||
| ) | [pure virtual] |
performs an ProteinIdentification run on a RichPeakMap
| DeNovoIdentification& operator= | ( | const DeNovoIdentification & | rhs | ) |
assignment operator
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:49 using doxygen 1.7.1 |