IMP
2.1.0
The Integrative Modeling Platform
|
align sets of points. More...
#include <IMP/algebra/algebra_config.h>
#include "Vector3D.h"
#include "SphereD.h"
#include "Rotation3D.h"
#include "Transformation3D.h"
#include "Transformation2D.h"
#include "internal/tnt_array2d.h"
#include "internal/jama_svd.h"
#include <IMP/base/check_macros.h>
#include <IMP/base/log.h>
Go to the source code of this file.
Namespaces | |
IMP | |
All IMP::kernel code is brought into the IMP namespace. | |
IMP::algebra | |
See IMP.algebra for more information. | |
Functions | |
template<class Vector3DsOrXYZs0 , class Vector3DsOrXYZs1 > | |
IMP::algebra::Transformation3D | IMP::algebra::get_transformation_aligning_first_to_second (const Vector3DsOrXYZs0 &source, const Vector3DsOrXYZs1 &target) |
Compute the rigid transform bringing the first point set to the second. More... | |
Transformation2D | IMP::algebra::get_transformation_aligning_pair (const Vector2Ds &set_from, const Vector2Ds &set_to) |
Copyright 2007-2013 IMP Inventors. All rights reserved.
Definition in file geometric_alignment.h.