IMP  2.0.1
The Integrative Modeling Platform
bond_decorators.h File Reference

Contains decorators for a bond. More...

#include <IMP/atom/atom_config.h>
#include <IMP/core/internal/graph_base.h>
#include "internal/bond_helpers.h"
#include <IMP/display/particle_geometry.h>
#include <IMP/display/primitive_geometries.h>
#include <IMP/Particle.h>
#include <IMP/Model.h>
#include <IMP/Decorator.h>
#include <IMP/core/XYZ.h>
#include <IMP/internal/IndexingIterator.h>
+ Include dependency graph for bond_decorators.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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::BondGeometry
 Display an Bond particle as a segment. More...
 
class  IMP::atom::BondsGeometry
 Display an IMP::SingletonContainer of Bond particles as segments. More...
 

Namespaces

namespace  IMP
 All IMP::kernel code is brought into the IMP namespace.
 
namespace  IMP::atom
 See IMP.atom Overview for more information.
 

Functions

Bond IMP::atom::create_bond (Bonded a, Bonded b, Int t)
 Connect the two wrapped particles by a bond. More...
 
Bond IMP::atom::create_bond (Bonded a, Bonded b, Bond o)
 Connect the two wrapped particles by a custom bond. More...
 
Bond IMP::atom::create_custom_bond (Bonded a, Bonded b, Float length, Float stiffness=-1)
 Connect the two wrapped particles by a custom bond. More...
 
void IMP::atom::destroy_bond (Bond b)
 Destroy the bond connecting to particles. More...
 
Bond IMP::atom::get_bond (Bonded a, Bonded b)
 Get the bond between two particles. More...
 

Detailed Description

Copyright 2007-2013 IMP Inventors. All rights reserved.

Definition in file bond_decorators.h.