IMP logo
IMP Reference Guide  2.7.0
The Integrative Modeling Platform
Sphere3D.h File Reference

Simple 3D sphere class. More...

#include "SphereD.h"
+ Include dependency graph for Sphere3D.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 IMP
 Base functionality and abstract base classes for representation, scoring and sampling.
 
 IMP::algebra
 General purpose algebraic and geometric methods that are expected to be used by a wide variety of IMP modules.
 

Functions

double IMP::algebra::get_ball_radius_from_volume_3d (double volume)
 Return the radius of a sphere with a given volume. More...
 
Sphere3D IMP::algebra::get_enclosing_sphere (const Sphere3Ds &ss)
 Return a sphere containing the listed spheres. More...
 
Sphere3D IMP::algebra::get_enclosing_sphere (const Vector3Ds &ss)
 Return a sphere containing the listed vectors. More...
 
Sphere3Ds IMP::algebra::get_simplified_from_volume (Sphere3Ds in, double maximum_allowed_error_angstroms)
 Get a set of balls that approximates the surface of the passed set. More...
 
FloatPair IMP::algebra::get_surface_area_and_volume (const algebra::Sphere3Ds &ss)
 Get surface area & volume of the union of the balls bounded by the spheres. More...
 

Detailed Description

Simple 3D sphere class.

Copyright 2007-2017 IMP Inventors. All rights reserved.

Definition in file Sphere3D.h.