|
IMP
2.0.1
The Integrative Modeling Platform
|
Decorator for helping deal with a hierarchy of molecules. More...
#include <IMP/atom/atom_config.h>#include <IMP/core/utility.h>#include <IMP/core/Hierarchy.h>#include "bond_decorators.h"#include "atom_macros.h"#include <IMP/core/XYZR.h>#include <IMP/core/rigid_bodies.h>#include <IMP/Particle.h>#include <IMP/Model.h>#include <vector>#include <deque>
Include dependency graph for atom/Hierarchy.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | IMP::atom::Hierarchy |
| The standard decorator for manipulating molecular structures. More... | |
Namespaces | |
| namespace | IMP |
| All IMP::kernel code is brought into the IMP namespace. | |
| namespace | IMP::atom |
| See IMP.atom Overview for more information. | |
Enumerations | |
| enum | IMP::atom::GetByType { ATOM_TYPE, RESIDUE_TYPE, CHAIN_TYPE, DOMAIN_TYPE, FRAGMENT_TYPE, XYZ_TYPE, XYZR_TYPE, MASS_TYPE } |
Functions | |
| Hierarchy | IMP::atom::create_clone (Hierarchy d) |
| Clone the Hierarchy. More... | |
| Hierarchy | IMP::atom::create_clone_one (Hierarchy d) |
| Clone the node in the Hierarchy. More... | |
| IMP::core::RigidBody | IMP::atom::create_compatible_rigid_body (Hierarchy h, Hierarchy reference) |
| Rigidify a molecule or collection of molecules. More... | |
| Hierarchy | IMP::atom::create_fragment (const Hierarchies &ps) |
| Create a fragment containing the specified nodes. More... | |
| IMP::core::RigidBody | IMP::atom::create_rigid_body (const Hierarchies &h, std::string name=std::string("created rigid body")) |
| Rigidify a molecule or collection of molecules. More... | |
| IMP::core::RigidBody | IMP::atom::create_rigid_body (Hierarchy h) |
| void | IMP::atom::destroy (Hierarchy d) |
| Delete the Hierarchy. More... | |
| algebra::BoundingBoxD< 3 > | IMP::atom::get_bounding_box (const Hierarchy &h) |
| Get a bounding box for the Hierarchy. More... | |
| algebra::Sphere3D | IMP::atom::get_bounding_sphere (const Hierarchy &h) |
| Hierarchies | IMP::atom::get_by_type (Hierarchy mhd, GetByType t) |
| Bonds | IMP::atom::get_internal_bonds (Hierarchy mhd) |
| Get the bonds internal to this tree. More... | |
| bool | IMP::atom::get_is_heterogen (Hierarchy h) |
| Return true if the piece of hierarchy should be classified as a heterogen. More... | |
| Hierarchies | IMP::atom::get_leaves (Hierarchy h) |
| Hierarchies | IMP::atom::get_leaves (const Hierarchies &h) |
| Hierarchy | IMP::atom::get_residue (Hierarchy mhd, unsigned int index) |
| Get the residue with the specified index. More... | |
| Hierarchy | IMP::atom::get_root (Hierarchy h) |
| Return the root of the hierarchy. More... | |
| void | IMP::atom::show (Hierarchy h, std::ostream &out=std::cout) |
| Print out a molecular hierarchy. | |
Copyright 2007-2013 IMP Inventors. All rights reserved.
Definition in file atom/Hierarchy.h.