IMP
2.1.0
The Integrative Modeling Platform
|
Decorator for a sphere-like particle. More...
#include <IMP/misc/misc_config.h>
#include <IMP/core/XYZ.h>
#include <IMP/core/XYZR.h>
#include <IMP/algebra/Sphere3D.h>
#include <limits>
Go to the source code of this file.
Classes | |
class | IMP::misc::CustomXYZR |
A decorator for a particle with x,y,z coordinates and a radius. More... | |
Namespaces | |
IMP | |
All IMP::kernel code is brought into the IMP namespace. | |
IMP::misc | |
See IMP.misc for more information. | |
Typedefs | |
typedef IMP::base::Vector < CustomXYZR > | IMP::misc::CustomXYZRs |
Functions | |
double | IMP::misc::get_distance (CustomXYZR a, CustomXYZR b) |
Compute the distance between a pair of particles. More... | |
const algebra::Sphere3D | IMP::misc::get_sphere_d_geometry (CustomXYZR d) |
void | IMP::misc::set_sphere_d_geometry (CustomXYZR d, const algebra::Sphere3D &v) |
Copyright 2007-2013 IMP Inventors. All rights reserved.
Definition in file CustomXYZR.h.