public class Gyration extends Object
AtomContainer. Calculation is performed according to:
Stockwell, GR, Thornton, JM (2006). Conformational diversity of ligands bound to proteins.
J. Mol. Biol., 356, 4:928-44.
| Modifier and Type | Method and Description |
|---|---|
List<Atom> |
getAtoms()
Returns the atoms the gyration has been calculated from.
|
Vector3D |
getCentroid()
Returns the centroid of this gyration.
|
double |
getRadius()
Returns the radius of this gyration.
|
static Gyration |
of(AtomContainer atomContainer)
Calculates the gyration for the atoms in the container.
|
public static Gyration of(AtomContainer atomContainer)
atomContainer - The atom container.public List<Atom> getAtoms()
public Vector3D getCentroid()
public double getRadius()
Copyright © 2018. All rights reserved.