IMP  2.3.0
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 <IMP/base/check_macros.h>
#include <IMP/base/log.h>
#include <IMP/base/log_macros.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

 IMP
 Synonym for IMP::kernel.
 
 IMP::algebra
 General purpose algebraic and geometric methods that are expected to be used by a wide variety of IMP modules.
 

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

align sets of points.

Copyright 2007-2014 IMP Inventors. All rights reserved.

Definition in file geometric_alignment.h.