IMP  2.3.1
The Integrative Modeling Platform
XYZ.h File Reference

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>
+ Include dependency graph for XYZ.h:
+ This graph shows which files directly or indirectly include this file:

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
 Synonym for IMP::kernel.
 
 IMP::base
 Low level functionality (logging, error handling, profiling, command line flags etc) that is used by all of IMP.
 
 IMP::core
 Basic functionality that is expected to be used by a wide variety of IMP users.
 
 IMP::kernel
 Base functionality and abstract base classes for representation, scoring and sampling.
 

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_geometry (XYZ d)
 
const algebra::Vector3D IMP::kernel::get_vector_geometry (Particle *p)
 
const algebra::Vector3D IMP::kernel::get_vector_geometry (Decorator d)
 
const algebra::Vector3D IMP::base::get_vector_geometry (base::WeakPointer< kernel::Particle > d)
 
const algebra::Vector3D IMP::base::get_vector_geometry (base::Pointer< kernel::Particle > d)
 
void IMP::core::set_vector_geometry (XYZ d, const algebra::Vector3D &v)
 
void IMP::kernel::set_vector_geometry (Particle *p, const algebra::Vector3D &v)
 
void IMP::kernel::set_vector_geometry (Decorator d, const algebra::Vector3D &v)
 
void IMP::base::set_vector_geometry (base::WeakPointer< kernel::Particle > d, const algebra::Vector3D &v)
 
void IMP::base::set_vector_geometry (base::Pointer< kernel::Particle > d, const algebra::Vector3D &v)
 
void IMP::core::transform (XYZ a, const algebra::Transformation3D &tr)
 Apply a transformation to the particle. More...
 

Detailed Description

Simple XYZ decorator.

Copyright 2007-2014 IMP Inventors. All rights reserved.

Definition in file XYZ.h.