Sails 0.2.0 Help

Sails::Linkage

struct Sails::Linkage

Represents a linkage between two sugar objects.

The Linkage struct stores information about a linkage between a donor sugar and an acceptor sugar. It includes pointers to the donor and acceptor sugar, as well as the type of atom in each sugar that is involved in the linkage.

Parameters

  • donor_sugar Pointer to the donor sugar molecule.

  • acceptor_sugar Pointer to the acceptor sugar molecule.

  • donor_atom The type of atom in the donor sugar molecule that is involved in the linkage.

  • acceptor_atom The type of atom in the acceptor sugar molecule that is involved in the linkage.

Summary

Members

Descriptions

publicSugar*donor_sugar

publicSugar*acceptor_sugar

public std::stringdonor_atom

public std::stringacceptor_atom

public intdonor_number

public inlineLinkage(Sugar* donor_sugar,Sugar* acceptor_sugar, const std::string & donor_atom, const std::string & acceptor_atom)

Members

publicSugar*donor_sugar

publicSugar*acceptor_sugar

public std::stringdonor_atom

public std::stringacceptor_atom

public intdonor_number

public inlineLinkage(Sugar* donor_sugar,Sugar* acceptor_sugar, const std::string & donor_atom, const std::string & acceptor_atom)

Last modified: 08 August 2024