#include <Residue.h>
Public Methods | |
Residue (int realid, int newtype) | |
void | add_atom (int atomindex) |
Public Attributes | |
int | resid |
non-unique resid from the original file. More... | |
signed char | residueType |
residue type code. More... | |
signed char | sstruct |
secondary structure for this residue. More... | |
int | fragment |
a fragment is a set of connect residues which are not connected to any other residues. More... | |
ResizeArray< int > | atoms |
list of atoms in this residue. More... |
Definition at line 41 of file Residue.h.
|
Definition at line 52 of file Residue.h. References fragment, resid, residueType, SS_COIL, and sstruct. |
|
Definition at line 59 of file Residue.h. References ResizeArray::append. |
|
list of atoms in this residue.
Definition at line 50 of file Residue.h. Referenced by colvarproxy_vmd::check_atom_id, compoundmapper, BaseMolecule::find_atom_in_residue, PickModeForceFragment::pick_molecule_move, PickModeForceResidue::pick_molecule_move, PickModeForceFragment::pick_molecule_start, PickModeForceResidue::pick_molecule_start, PickModeMoveFragment::rotate, PickModeMoveResidue::rotate, PickModeMoveFragment::translate, and PickModeMoveResidue::translate. |
|
a fragment is a set of connect residues which are not connected to any other residues.
Definition at line 47 of file Residue.h. Referenced by BaseMolecule::atom_fragment, AtomColor::find, and Residue. |
|
non-unique resid from the original file.
Definition at line 43 of file Residue.h. Referenced by colvarproxy_vmd::check_atom_id, and Residue. |
|
residue type code.
Definition at line 44 of file Residue.h. Referenced by Residue. |
|
secondary structure for this residue.
Definition at line 45 of file Residue.h. Referenced by AtomColor::find, and Residue. |