IMP Reference Guide
2.7.0
The Integrative Modeling Platform
|
Simple XYZ decorator. More...
#include <IMP/core/core_config.h>
#include <IMP/decorator_macros.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 | |
Base functionality and abstract base classes for representation, scoring and sampling. | |
IMP::core | |
Basic functionality that is expected to be used by a wide variety of IMP users. | |
Typedefs | |
typedef IMP::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_geometry (XYZ d) |
const algebra::Vector3D | IMP::get_vector_geometry (Particle *p) |
const algebra::Vector3D | IMP::get_vector_geometry (Decorator d) |
const algebra::Vector3D | IMP::get_vector_geometry (WeakPointer< Particle > d) |
const algebra::Vector3D | IMP::get_vector_geometry (Pointer< Particle > d) |
void | IMP::core::set_vector_geometry (XYZ d, const algebra::Vector3D &v) |
void | IMP::set_vector_geometry (Particle *p, const algebra::Vector3D &v) |
void | IMP::set_vector_geometry (Decorator d, const algebra::Vector3D &v) |
void | IMP::set_vector_geometry (WeakPointer< Particle > d, const algebra::Vector3D &v) |
void | IMP::set_vector_geometry (Pointer< Particle > d, const algebra::Vector3D &v) |
void | IMP::core::transform (XYZ a, const algebra::Transformation3D &tr) |
Apply a transformation to the particle. More... | |