Sails::Sugar
struct Sails::Sugar
Represents a sugar molecule.
The Sugar struct stores information about a sugar molecule. It includes the type of atom, the sequence ID, and the glycosite of the sugar molecule.
Parameters
atom
The type of atom in the sugar molecule.seqId
The sequence ID of the sugar molecule.site
The glycosite of the sugar molecule.
Summary
Members | Descriptions |
---|---|
| |
| |
| |
| |
| |
| |
|
Members
public std::string
atom
public int
seqId
public
Glycosite
site
public int
depth
public std::vector<
Linkage
>
linkages
public inline
Sugar
(const
Sugar
& sugar)
public inline
Sugar
(const std::string & atom, int seqId,
Glycosite
& site)
public inline
Sugar
(const std::string & atom, int seqId,
Glycosite
& site, int depth)
public inline bool
operator<
(const
Sugar
& rhs) const
public inline bool
operator==
(const
Sugar
& other) const
public inline
Linkage
*
find_linkage
(const
Sugar
* sugar1, const
Sugar
* sugar2)
Last modified: 23 November 2024