IMP  2.3.0
The Integrative Modeling Platform
Residue.h File Reference

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/kernel/Particle.h>
#include <IMP/kernel/Model.h>
#include <IMP/Decorator.h>
+ Include dependency graph for Residue.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMP::atom::Residue
 A decorator for a residue. More...
 

Namespaces

 IMP
 Synonym for IMP::kernel.
 
 IMP::atom
 Functionality for loading, creating, manipulating and scoring atomic structures.
 

Typedefs

typedef IMP::base::Vector
< Residue > 
IMP::atom::Residues
 
typedef Key< 90784334, true > IMP::atom::ResidueType
 
typedef IMP::base::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...
 

Detailed Description

A decorator for Residues.

Copyright 2007-2014 IMP Inventors. All rights reserved.

Definition in file Residue.h.