home
about
news
download
doc
source
systems
tests
bugs
contact
IMP Reference Guide
develop.d97d4ead1f,2024/11/21
The Integrative Modeling Platform
IMP Manual
Reference Guide
Tutorial Index
Modules
Classes
Examples
include
IMP
atom
version 20241121.develop.d97d4ead1f
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
>
14
#include <
IMP/algebra/Transformation3D.h
>
15
16
IMPATOM_BEGIN_NAMESPACE
17
18
//! Get the transformation to align two selections
19
IMPATOMEXPORT algebra::Transformation3D
20
get_transformation_aligning_first_to_second
(
const
Selection &s1,
21
const
Selection &s2);
22
23
IMPATOM_END_NAMESPACE
24
25
#endif
/* IMPATOM_ALIGNMENT_H */
Transformation3D.h
Simple 3D transformation class.
IMP::atom::get_transformation_aligning_first_to_second
algebra::Transformation3D get_transformation_aligning_first_to_second(const Selection &s1, const Selection &s2)
Get the transformation to align two selections.
Definition:
bayesianem/utilities.h:95
Selection.h
Select a subset of a hierarchy.