Represents a object which can store the information of an analysisXML instance. More...
#include <OpenMS/METADATA/SpectrumIdentification.h>
Public Member Functions | |
constructors,destructors,assignment operator | |
| SpectrumIdentification () | |
| default constructor | |
| virtual | ~SpectrumIdentification () |
| destructor | |
| SpectrumIdentification (const SpectrumIdentification &source) | |
| copy constructor | |
| SpectrumIdentification & | operator= (const SpectrumIdentification &source) |
| assignment operator | |
| bool | operator== (const SpectrumIdentification &rhs) const |
| Equality operator. | |
| bool | operator!= (const SpectrumIdentification &rhs) const |
| Inequality operator. | |
| void | setHits (const std::vector< IdentificationHit > &hits) |
| sets the identification hits of this spectrum identification (corresponds to single peptide hit in the list) | |
| void | addHit (const IdentificationHit &hit) |
| adds a single identification hit to the hits | |
| const std::vector < IdentificationHit > & | getHits () const |
| returns the identificatio hits of this spectrum identification | |
Protected Attributes | |
| String | id_ |
| Identifier. | |
| std::vector< IdentificationHit > | hits_ |
| Single peptide hits. | |
Represents a object which can store the information of an analysisXML instance.
default constructor
| virtual ~SpectrumIdentification | ( | ) | [virtual] |
destructor
| SpectrumIdentification | ( | const SpectrumIdentification & | source | ) |
copy constructor
| void addHit | ( | const IdentificationHit & | hit | ) |
adds a single identification hit to the hits
| const std::vector<IdentificationHit>& getHits | ( | ) | const |
returns the identificatio hits of this spectrum identification
| bool operator!= | ( | const SpectrumIdentification & | rhs | ) | const |
Inequality operator.
| SpectrumIdentification& operator= | ( | const SpectrumIdentification & | source | ) |
assignment operator
| bool operator== | ( | const SpectrumIdentification & | rhs | ) | const |
Equality operator.
| void setHits | ( | const std::vector< IdentificationHit > & | hits | ) |
sets the identification hits of this spectrum identification (corresponds to single peptide hit in the list)
std::vector<IdentificationHit> hits_ [protected] |
Single peptide hits.
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:56 using doxygen 1.7.1 |