Go to the source code of this file.
Classes | |
class | BALL::BoundingBoxProcessor |
class | BALL::GeometricCenterProcessor |
class | BALL::FragmentDistanceCollector |
Namespaces | |
namespace | BALL |
Functions | |
Angle Calculation | |
BALL_EXPORT Angle | BALL::calculateTorsionAngle (const Atom &a1, const Atom &a2, const Atom &a3, const Atom &a4) throw (Exception::IllegalPosition) |
BALL_EXPORT bool | BALL::setTorsionAngle (const Atom &a1, const Atom &a2, Atom &a3, const Atom &a4, Angle angle) |
BALL_EXPORT Angle | BALL::calculateBondAngle (const Atom &a1, const Atom &a2, const Atom &a3) throw (Exception::IllegalPosition) |