|
IMP Reference Guide
develop.169ea894ba,2025/11/01
The Integrative Modeling Platform
|
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 a Bond particle as a segment. More... | |
| class | IMP::atom::BondsGeometry |
| Display an IMP::SingletonContainer of Bond particles as segments. 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< Bonded > | IMP::atom::Bondeds |
| typedef IMP::Vector< Bond > | IMP::atom::Bonds |
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 two particles. More... | |
| Bond | IMP::atom::get_bond (Bonded a, Bonded b) |
| Get the bond between two particles. More... | |
Contains decorators for a bond.
Copyright 2007-2022 IMP Inventors. All rights reserved.
Definition in file bond_decorators.h.