Go to the source code of this file.
Data Structures | |
class | IMP::atom::Bond |
A decorator for wrapping a particle representing a molecular bond. More... | |
class | IMP::atom::Bonded |
A decorator for a particle which has bonds. More... | |
class | IMP::atom::Bondeds |
class | IMP::atom::BondedsTemp |
class | IMP::atom::Bonds |
class | IMP::atom::BondsTemp |
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. | |
Functions | |
Bond | IMP::atom::copy_bond (Bonded a, Bonded b, Bond o) |
Connect the two wrapped particles by a custom bond. | |
Bond | IMP::atom::create_bond (Bonded a, Bonded b, Int t) |
Connect the two wrapped particles by a bond. | |
Bond | IMP::atom::create_custom_bond (Bonded a, Bonded b, Float length, Float stiffness=-1) |
Connect the two wrapped particles by a custom bond. | |
void | IMP::atom::destroy_bond (Bond b) |
Destroy the bond connecting to particles. | |
Bond | IMP::atom::get_bond (Bonded a, Bonded b) |
Get the bond between two particles. |
Copyright 2007-2010 IMP Inventors. All rights reserved.