IMP logo
IMP Reference Guide  develop.e004443c3b,2024/04/25
The Integrative Modeling Platform
alignment.h
Go to the documentation of this file.
1 /**
2  * \file IMP/atom/alignment.h
3  * \brief Alignment of structures
4  *
5  * Copyright 2007-2022 IMP Inventors. All rights reserved.
6  *
7  */
8 
9 #ifndef IMPATOM_ALIGNMENT_H
10 #define IMPATOM_ALIGNMENT_H
11 
12 #include <IMP/atom/atom_config.h>
13 #include <IMP/atom/Selection.h>
15 
16 IMPATOM_BEGIN_NAMESPACE
17 
18 //! Get the transformation to align two selections
19 IMPATOMEXPORT algebra::Transformation3D
21  const Selection &s2);
22 
23 IMPATOM_END_NAMESPACE
24 
25 #endif /* IMPATOM_ALIGNMENT_H */
Simple 3D transformation class.
algebra::Transformation3D get_transformation_aligning_first_to_second(const Selection &s1, const Selection &s2)
Get the transformation to align two selections.
Select a subset of a hierarchy.