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 inline
LinkRecord
(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::Chain
chain1
private gemmi::Chain
chain2
private gemmi::Residue
residue1
private gemmi::Residue
residue2
private gemmi::Atom
atom1
private gemmi::Atom
atom2
private std::string
id
private std::string
pdbx_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.