|
Rosetta
|
A reimplementation of TM-align algorithm. More...
#include <protocols/hybridization/TMalign.hh>#include <cmath>#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 <core/id/AtomID.hh>#include <core/id/AtomID_Map.hh>#include <core/conformation/Residue.hh>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.
| #define getmax | ( | a, | |
| b | |||
| ) | ((a)>(b)?(a):(b)) |
| #define getmin | ( | a, | |
| b | |||
| ) | ((a)>(b)?(b):(a)) |