EdwardsLippertIterator that only retrieves tryptic seqences. More...
#include <OpenMS/CHEMISTRY/EdwardsLippertIteratorTryptic.h>
Public Member Functions | |
| EdwardsLippertIteratorTryptic () | |
| default constructor | |
| EdwardsLippertIteratorTryptic (const EdwardsLippertIteratorTryptic &rhs) | |
| copy constructor | |
| virtual | ~EdwardsLippertIteratorTryptic () |
| destructor | |
| EdwardsLippertIteratorTryptic & | operator= (const EdwardsLippertIteratorTryptic &rhs) |
| assignment operator | |
| virtual bool | isDigestingEnd (char aa1, char aa2) |
| indicates if trypsin will cat between the two amino acids | |
Static Public Member Functions | |
| static const String | getProductName () |
| needed by Factory | |
| static PepIterator * | create () |
| needed by Factory | |
EdwardsLippertIterator that only retrieves tryptic seqences.
default constructor
| EdwardsLippertIteratorTryptic | ( | const EdwardsLippertIteratorTryptic & | rhs | ) |
copy constructor
| virtual ~EdwardsLippertIteratorTryptic | ( | ) | [virtual] |
destructor
| static PepIterator* create | ( | ) | [inline, static] |
| static const String getProductName | ( | ) | [inline, static] |
| virtual bool isDigestingEnd | ( | char | aa1, | |
| char | aa2 | |||
| ) | [virtual] |
indicates if trypsin will cat between the two amino acids
| aa1 | first amino acid | |
| aa2 | second amino acid |
Reimplemented from EdwardsLippertIterator.
| EdwardsLippertIteratorTryptic& operator= | ( | const EdwardsLippertIteratorTryptic & | rhs | ) |
assignment operator
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:50 using doxygen 1.7.1 |