OpenMS
IDRipper::RipFileContent Struct Reference

Represents the content of an IDRipper output file. More...

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

Collaboration diagram for IDRipper::RipFileContent:
[legend]

Public Member Functions

 RipFileContent (const std::vector< ProteinIdentification > &prot_idents, const std::vector< PeptideIdentification > &pep_idents)
 Constructs a new RipFileContent object. More...
 
const std::vector< ProteinIdentification > & getProteinIdentifications ()
 Get protein identifications. More...
 
const std::vector< PeptideIdentification > & getPeptideIdentifications ()
 Get peptide identifications. More...
 

Public Attributes

std::vector< ProteinIdentificationprot_idents
 Protein identifications. More...
 
std::vector< PeptideIdentificationpep_idents
 Peptide identifications. More...
 

Detailed Description

Represents the content of an IDRipper output file.

Constructor & Destructor Documentation

◆ RipFileContent()

RipFileContent ( const std::vector< ProteinIdentification > &  prot_idents,
const std::vector< PeptideIdentification > &  pep_idents 
)
inline

Constructs a new RipFileContent object.

Member Function Documentation

◆ getPeptideIdentifications()

const std::vector<PeptideIdentification>& getPeptideIdentifications ( )

Get peptide identifications.

◆ getProteinIdentifications()

const std::vector<ProteinIdentification>& getProteinIdentifications ( )

Get protein identifications.

Member Data Documentation

◆ pep_idents

std::vector<PeptideIdentification> pep_idents

Peptide identifications.

◆ prot_idents

std::vector<ProteinIdentification> prot_idents

Protein identifications.