Sails::LinkRecord
struct Sails::LinkRecord
Summary
Members | Descriptions |
|---|---|
| Constructs a LinkRecord object. |
| Returns a vector of strings representing the tags for the LinkRecord. |
| |
| |
| |
| |
| |
| |
| |
| |
| 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
idThe ID of the link record.chain1The first chain of the link record.chain2The second chain of the link record.residue1The first residue of the link record.residue2The second residue of the link record.atom1The first atom of the link record.atom2The 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.