BALL::RMSDMinimizer Class Reference
[Mapping of molecular structures]

RMSD minimizer class. More...

#include <RMSDMinimizer.h>

List of all members.


Public Types

typedef std::vector< Vector3 > PointVector
typedef std::pair< Matrix4x4,
double >
Result

Static Public Member Functions

static Result computeTransformation (const AtomBijection &ab) throw (RMSDMinimizer::IncompatibleCoordinateSets, RMSDMinimizer::TooFewCoordinates)
static Result computeTransformation (const PointVector &X, const PointVector &Y) throw (RMSDMinimizer::IncompatibleCoordinateSets, RMSDMinimizer::TooFewCoordinates)

Detailed Description

RMSD minimizer class.

This class computes the optimal transformation mapping one set of three-dimensional points onto another set of points. It implements the algorithm by Coutsalis et al. (J. Comput. Chem., 25(15), 1849 (2004)), which computes the RMSD-optimal transformation by solving an eigenvalue problem.

Remarks:
{ This code requires GSL (GNU Scientific Library) support to be enabled. If you cannot compile/link code using RMSDMinimizer, please rerun configure and enable GSL support (configure --help for details). }

Generated on Thu Aug 6 18:30:47 2009 for BALL by doxygen 1.5.8