Go to the source code of this file.
Data Structures | |
class | IMP::atom::Atom |
A decorator for a particle representing an atom. More... | |
class | IMP::atom::Atoms |
class | IMP::atom::AtomsTemp |
class | IMP::atom::AtomType |
The type of an atom. More... | |
Namespaces | |
namespace | IMP |
The IMP kernel provides base classes and key shared functionality. | |
namespace | IMP::atom |
This module contains functionality for dealing with atoms and proteins. | |
Typedefs | |
typedef std::vector< AtomType > | IMP::atom::AtomTypes |
Functions | |
AtomType | IMP::atom::add_atom_type (std::string name, Element e) |
Create a new AtomType. | |
Atom | IMP::atom::get_atom (Residue rd, AtomType at) |
Return a particle atom from the residue. | |
bool | IMP::atom::get_atom_type_exists (std::string name) |
Return true if that atom type already exists. | |
Residue | IMP::atom::get_residue (Atom d, bool nothrow=false) |
Return the Residue containing this atom. |
Copyright 2007-2010 IMP Inventors. All rights reserved.