18#ifndef MS_LINKERSITE_HPP
19#define MS_LINKERSITE_HPP
24namespace matrix_science {
73 int getSiteFrom()
const;
76 int getSiteTo()
const;
79 int getVarModIdxFrom()
const;
82 int getVarModIdxTo()
const;
91 double getLinkerMass()
const;
93 std::string stringify()
const;
97 int siteFrom_, siteTo_;
98 int varModIdxFrom_, varModIdxTo_;
103 std::ostream& operator<<(std::ostream& out,
const ms_linker_site& s);
Position of an intact link between alpha and beta peptide or a looplink.
Definition: ms_linker_site.hpp:42
PSM
Type of data to return from accessor methods.
Definition: ms_peptide.hpp:98