|
NuriKit v0.1.0b2
|
#include "nuri/eigen_config.h"
Go to the source code of this file.
Classes | |
| class | nuri::TMAlign |
| TM-align algorithm. More... | |
| struct | nuri::TMAlignResult |
| Result of TM-align algorithm. More... | |
Namespaces | |
| namespace | nuri |
Functions | |
| TMAlignResult | nuri::tm_align (ConstRef< Matrix3Xd > query, ConstRef< Matrix3Xd > templ, TMAlign::InitFlags flags=TMAlign::InitFlags::kDefault, int l_norm=-1, double d0=-1) |
| Align two structures using TM-align algorithm. | |
| TMAlignResult | nuri::tm_align (ConstRef< Matrix3Xd > query, ConstRef< Matrix3Xd > templ, ConstRef< ArrayXc > secx, ConstRef< ArrayXc > secy, TMAlign::InitFlags flags=TMAlign::InitFlags::kDefault, int l_norm=-1, double d0=-1) |
| Align two structures using TM-align algorithm. | |
| TMAlignResult | nuri::tm_align (ConstRef< Matrix3Xd > query, ConstRef< Matrix3Xd > templ, ConstRef< ArrayXi > y2x, int l_norm=-1, double d0=-1, bool keep_alignment=true) |
| Align two structures using TM-align algorithm, with the given alignment. This is also known as the "TM-score" program in the TM-tools suite. | |