CycloBranch
matchedSeries Struct Reference

An auxiliary structure for visualisation of matched series of fragment ions. More...

#include <cTheoreticalSpectrum.h>

Public Member Functions

 matchedSeries ()
 The constructor.
 
void store (ofstream &os)
 Store the structure into an output stream. More...
 
void load (ifstream &is)
 Load the structure from an input stream. More...
 

Public Attributes

vector< int > series
 A vector of matched peaks in a series.
 
string name
 A name of a series of fragment ions.
 

Detailed Description

An auxiliary structure for visualisation of matched series of fragment ions.

Member Function Documentation

◆ load()

void matchedSeries::load ( ifstream &  is)

Load the structure from an input stream.

Parameters
isan input stream

◆ store()

void matchedSeries::store ( ofstream &  os)

Store the structure into an output stream.

Parameters
osan output stream

The documentation for this struct was generated from the following files: