OpenMS
ConnectedComponent Struct Reference

#include <OpenMS/ANALYSIS/ID/PeptideProteinResolution.h>

Collaboration diagram for ConnectedComponent:
[legend]

Public Attributes

std::set< Sizeprot_grp_indices
 
std::set< Sizepep_indices
 

Friends

std::ostream & operator<< (std::ostream &os, const ConnectedComponent &conn_comp)
 Overloaded operator '<<' for ConnectedComponents. More...
 

Detailed Description

Represents a connected component of the bipartite graph Holds indices of peptides and (indist.) protein groups in them

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
const ConnectedComponent conn_comp 
)
friend

Overloaded operator '<<' for ConnectedComponents.

Member Data Documentation

◆ pep_indices

std::set<Size> pep_indices

◆ prot_grp_indices

std::set<Size> prot_grp_indices