IMP Reference Guide
2.14.0
The Integrative Modeling Platform
|
A decorator for Residues. More...
#include <IMP/atom/atom_config.h>
#include "atom_macros.h"
#include "Hierarchy.h"
#include "Chain.h"
#include <IMP/base_types.h>
#include <IMP/Particle.h>
#include <IMP/Model.h>
#include <IMP/Decorator.h>
Go to the source code of this file.
Classes | |
class | IMP::atom::Residue |
A decorator for a residue. More... | |
Namespaces | |
IMP | |
Base functionality and abstract base classes for representation, scoring and sampling. | |
IMP::atom | |
Functionality for loading, creating, manipulating and scoring atomic structures. | |
Typedefs | |
typedef IMP::Vector< Residue > | IMP::atom::Residues |
typedef Key< 90784334 > | IMP::atom::ResidueType |
typedef IMP::Vector< ResidueType > | IMP::atom::ResidueTypes |
Functions | |
double | IMP::atom::get_mass (ResidueType c) |
Get the mass from the residue type. More... | |
Hierarchy | IMP::atom::get_next_residue (Residue rd) |
Return the residue from the same chain with one higher index. More... | |
char | IMP::atom::get_one_letter_code (ResidueType c) |
Get the 1-letter amino acid code from the residue type. More... | |
Hierarchy | IMP::atom::get_previous_residue (Residue rd) |
Return the residue from the same chain with one lower index. More... | |
ResidueType | IMP::atom::get_residue_type (char c) |
Get the residue type from the 1-letter amino acid code. More... | |
Variables | |
const ResidueType | IMP::atom::GLY |
const ResidueType | IMP::atom::UNK |
Unknown residue. More... | |