Sails 0.2.0 Help

Sails::LinkRecord

struct Sails::LinkRecord

Summary

Members

Descriptions

public inlineLinkRecord(std::string id, gemmi::Chain & chain1, gemmi::Chain & chain2, gemmi::Residue & residue1, gemmi::Residue & residue2, gemmi::Atom & atom1, gemmi::Atom & atom2)

Constructs a LinkRecord object.

public inline std::vector< std::string >labels()

Returns a vector of strings representing the tags for the LinkRecord.

private gemmi::Chainchain1

private gemmi::Chainchain2

private gemmi::Residueresidue1

private gemmi::Residueresidue2

private gemmi::Atomatom1

private gemmi::Atomatom2

private std::stringid

private std::stringpdbx_role

public inline static std::vector< std::string >tags()

Returns a vector of strings representing the tags for the LinkRecord.

Members

public inlineLinkRecord(std::string id, gemmi::Chain & chain1, gemmi::Chain & chain2, gemmi::Residue & residue1, gemmi::Residue & residue2, gemmi::Atom & atom1, gemmi::Atom & atom2)

Constructs a LinkRecord object.

Parameters

  • id The ID of the link record.

  • chain1 The first chain of the link record.

  • chain2 The second chain of the link record.

  • residue1 The first residue of the link record.

  • residue2 The second residue of the link record.

  • atom1 The first atom of the link record.

  • atom2 The second atom of the link record.

public inline std::vector< std::string >labels()

Returns a vector of strings representing the tags for the LinkRecord.

Returns

A vector of strings representing the tags for the LinkRecord.

private gemmi::Chainchain1

private gemmi::Chainchain2

private gemmi::Residueresidue1

private gemmi::Residueresidue2

private gemmi::Atomatom1

private gemmi::Atomatom2

private std::stringid

private std::stringpdbx_role

public inline static std::vector< std::string >tags()

Returns a vector of strings representing the tags for the LinkRecord.

Returns

A vector of strings representing the tags for the LinkRecord.

Last modified: 08 August 2024