OpenMS  2.4.0
Public Member Functions | Public Attributes | Friends | List of all members
ConnectedComponent Struct Reference

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

Public Member Functions

 ConnectedComponent ()
 

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

Constructor & Destructor Documentation

◆ ConnectedComponent()

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