| Public Types | |
| typedef OpenMS::Map < OpenMS::Size, std::set < OpenMS::Size > > | MapType | 
| Public Member Functions | |
| FoundProteinFunctor (const EnzymaticDigestion &enzyme) | |
| template<typename TIter1 , typename TIter2 > | |
| void | operator() (const TIter1 &iter_pep, const TIter2 &iter_prot) | 
| void | addHit (OpenMS::Size idx_pep, OpenMS::Size idx_prot, const OpenMS::String &seq_pep, const OpenMS::String &protein, OpenMS::Size position) | 
| bool | operator== (const FoundProteinFunctor &rhs) const | 
| bool | operator!= (const FoundProteinFunctor &rhs) const | 
| Public Attributes | |
| MapType | pep_to_prot | 
| peptide index –> protein indices  More... | |
| OpenMS::Size | filter_passed | 
| number of accepted hits (passing addHit() constraints)  More... | |
| OpenMS::Size | filter_rejected | 
| number of rejected hits (not passing addHit())  More... | |
| Private Attributes | |
| EnzymaticDigestion | enzyme_ | 
| typedef OpenMS::Map<OpenMS::Size, std::set<OpenMS::Size> > MapType | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
References LOG_ERROR, and FoundProteinFunctor::pep_to_prot.
| 
 | private | 
| OpenMS::Size filter_passed | 
number of accepted hits (passing addHit() constraints)
| OpenMS::Size filter_rejected | 
number of rejected hits (not passing addHit())
| MapType pep_to_prot | 
peptide index –> protein indices
Referenced by FoundProteinFunctor::operator==().
| OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:38 using doxygen 1.8.5 |