OpenMS
|
Visits nodes in the boost graph (ptrs to an ID Object) and depending on their type prints the address. For debugging purposes only. More...
#include <OpenMS/ANALYSIS/ID/IDBoostGraph.h>
Public Member Functions | |
PrintAddressVisitor (std::basic_ostream< CharT > stream) | |
void | operator() (PeptideHit *pep) const |
void | operator() (ProteinHit *prot) const |
void | operator() (const ProteinGroup &) const |
void | operator() (const PeptideCluster &) const |
void | operator() (const Peptide &peptide) const |
void | operator() (const RunIndex &ri) const |
void | operator() (const Charge &chg) const |
Public Attributes | |
std::basic_ostream< CharT > | stream_ |
Visits nodes in the boost graph (ptrs to an ID Object) and depending on their type prints the address. For debugging purposes only.
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References PeptideHit::getSequence(), and AASequence::toUnmodifiedString().
|
inline |
References ProteinHit::getAccession().
std::basic_ostream<CharT> stream_ |