IMP Reference Guide
2.20.2
The Integrative Modeling Platform
|
functionality for defining various revolute kinematic joints between rigid bodies as part of a kinematic tree, including RevoluteJoint, DihedralAngleRevoluteJoint, and BondAngleRevoluteJoint More...
#include <IMP/kinematics/kinematics_config.h>
#include <IMP/kinematics/KinematicNode.h>
#include <IMP/kinematics/Joint.h>
#include <IMP/Object.h>
#include <IMP/exception.h>
#include <IMP/core/internal/dihedral_helpers.h>
#include <IMP/algebra/Vector3D.h>
#include <IMP/check_macros.h>
Go to the source code of this file.
Classes | |
class | IMP::kinematics::BondAngleRevoluteJoint |
Joint that is parameterized as a bond angle between three particles. More... | |
class | IMP::kinematics::DihedralAngleRevoluteJoint |
Joint that is parameterized as a dihedral angle between two planes. More... | |
class | IMP::kinematics::RevoluteJoint |
Abstract class for all revolute joints. More... | |
Namespaces | |
IMP | |
Base functionality and abstract base classes for representation, scoring and sampling. | |
IMP::kinematics | |
Functionality for dealing with kinematic mechanical structures. | |
Macros | |
#define | IMP_DEG_2_RAD(a) a* IMP::algebra::PI / 180 |
#define | IMP_RAD_2_DEG(a) 180 * a / IMP::algebra::PI |
Typedefs | |
typedef IMP::Vector < IMP::Pointer < BondAngleRevoluteJoint > > | IMP::kinematics::BondAngleRevolteJoints |
typedef IMP::Vector < IMP::WeakPointer < BondAngleRevoluteJoint > > | IMP::kinematics::BondAngleRevolteJointsTemp |
typedef IMP::Vector < IMP::Pointer < DihedralAngleRevoluteJoint > > | IMP::kinematics::DihedralAngleRevoluteJoints |
typedef IMP::Vector < IMP::WeakPointer < DihedralAngleRevoluteJoint > > | IMP::kinematics::DihedralAngleRevoluteJointsTemp |
typedef IMP::Vector < IMP::Pointer< RevoluteJoint > > | IMP::kinematics::RevoluteJoints |
typedef IMP::Vector < IMP::WeakPointer < RevoluteJoint > > | IMP::kinematics::RevoluteJointsTemp |
functionality for defining various revolute kinematic joints between rigid bodies as part of a kinematic tree, including RevoluteJoint, DihedralAngleRevoluteJoint, and BondAngleRevoluteJoint
Copyright 2007-2022 IMP Inventors. All rights reserved.
Definition in file revolute_joints.h.