IMP  2.0.1
The Integrative Modeling Platform
geometric_alignment.h File Reference

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>
+ Include dependency graph for geometric_alignment.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  IMP
 All IMP::kernel code is brought into the IMP namespace.
 
namespace  IMP::algebra
 See IMP.algebra Overview 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)
 

Detailed Description

Copyright 2007-2013 IMP Inventors. All rights reserved.

Definition in file geometric_alignment.h.