IMP
2.2.0
The Integrative Modeling Platform
|
functionality for defining rigid bodies More...
#include <IMP/core/core_config.h>
#include "internal/rigid_bodies.h"
#include "XYZ.h"
#include "XYZR.h"
#include <IMP/SingletonContainer.h>
#include <IMP/SingletonModifier.h>
#include <IMP/Refiner.h>
#include <IMP/algebra/Vector3D.h>
#include <IMP/algebra/Rotation3D.h>
#include <IMP/algebra/ReferenceFrame3D.h>
#include <IMP/display/particle_geometry.h>
Go to the source code of this file.
Classes | |
class | IMP::core::NonRigidMember |
A decorator for a particle that is part of a rigid body but not rigid. More... | |
class | IMP::core::RigidBody |
A decorator for a rigid body. More... | |
class | IMP::core::RigidBodyMember |
A member of a rigid body, it has internal (local) coordinates. More... | |
class | IMP::core::RigidMember |
Namespaces | |
IMP | |
All IMP::kernel code is brought into the IMP namespace. | |
IMP::core | |
See IMP.core for more information. | |
Typedefs | |
typedef IMP::base::Vector < RigidBody > | IMP::core::RigidBodies |
typedef IMP::base::Vector < RigidMember > | IMP::core::RigidMembers |
Functions | |
void | IMP::core::add_rigid_body_cache_key (ObjectKey k) |
kernel::ParticlesTemp | IMP::core::create_rigid_bodies (kernel::Model *m, unsigned int n, bool no_members=false) |
algebra::ReferenceFrame3D | IMP::core::get_initial_reference_frame (kernel::Model *m, const kernel::ParticleIndexes &pis) |
algebra::ReferenceFrame3D | IMP::core::get_initial_reference_frame (const kernel::ParticlesTemp &ps) |
kernel::ParticleIndex | IMP::core::get_root_rigid_body (RigidMember m) |
void | IMP::core::show_rigid_body_hierarchy (RigidBody rb, base::TextOutput out=base::TextOutput(std::cout)) |
void | IMP::core::transform (RigidBody a, const algebra::Transformation3D &tr) |
Transform a rigid body. More... | |
Copyright 2007-2014 IMP Inventors. All rights reserved.
Definition in file rigid_bodies.h.