The Residue class represents a chemical residue, used commonly in the PDB format.
#include <avogadro/core/residue.h>
|
|
std::string | m_residueName |
| |
|
Index | m_residueId |
| |
|
char | m_chainId |
| |
|
AtomNameMap | m_atomNameMap |
| |
◆ AtomNameMap
◆ Residue()
Creates a new, empty residue.
◆ addResidueAtom()
| void addResidueAtom |
( |
std::string & |
name, |
|
|
Atom & |
atom |
|
) |
| |
Adds an atom to the residue class
◆ residueAtoms()
| std::vector<Atom> residueAtoms |
( |
| ) |
|
Returns a vector containing the atoms added to the residue
◆ resolveResidueBonds()
| void resolveResidueBonds |
( |
Molecule & |
mol | ) |
|
Sets bonds to atoms in the residue based on data from residuedata header
The documentation for this class was generated from the following file: