IMP
2.1.0
The Integrative Modeling Platform
|
Simple xyz decorator. More...
#include <IMP/core/core_config.h>
#include <IMP/decorator_macros.h>
#include "internal/dihedral_helpers.h"
#include <IMP/Decorator.h>
#include <IMP/algebra/Vector3D.h>
#include <IMP/algebra/Transformation3D.h>
#include <vector>
#include <limits>
Go to the source code of this file.
Classes | |
class | IMP::core::XYZ |
A decorator for a particle with x,y,z coordinates. More... | |
Namespaces | |
IMP | |
All IMP::kernel code is brought into the IMP namespace. | |
IMP::core | |
See IMP.core for more information. | |
IMP::kernel | |
See IMP.kernel for more information. | |
Typedefs | |
typedef IMP::base::Vector< XYZ > | IMP::core::XYZs |
Functions | |
double | IMP::core::get_dihedral (XYZ a, XYZ b, XYZ c, XYZ d) |
Compute the dihedral angle (in radians) between the four particles. More... | |
double | IMP::core::get_distance (XYZ a, XYZ b) |
Compute the distance between a pair of particles. More... | |
const algebra::Vector3D | IMP::core::get_vector_d_geometry (XYZ d) |
const algebra::Vector3D | IMP::kernel::get_vector_d_geometry (kernel::Particle *p) |
void | IMP::core::set_vector_d_geometry (XYZ d, const algebra::Vector3D &v) |
void | IMP::kernel::set_vector_d_geometry (kernel::Particle *p, const algebra::Vector3D &v) |
void | IMP::core::transform (XYZ a, const algebra::Transformation3D &tr) |
Apply a transformation to the particle. More... | |