![]() |
Rosetta Protocols
2015.09
|
A reimplementation of TM-align algorithm. More...
#include <math.h>
#include <string>
#include <vector>
#include <iterator>
#include <algorithm>
#include <core/pose/Pose.hh>
#include <core/pose/PDBInfo.hh>
#include <numeric/xyzVector.hh>
#include <numeric/xyzMatrix.hh>
#include <numeric/xyz.functions.hh>
#include <core/id/AtomID.hh>
#include <core/id/AtomID_Map.hh>
#include <core/conformation/Residue.hh>
Classes | |
class | protocols::hybridization::TMalign |
Namespaces | |
protocols | |
The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
protocols::hybridization | |
Macros | |
#define | getmax(a, b) a>b?a:b |
#define | getmin(a, b) a>b?b:a |
A reimplementation of TM-align algorithm.