![]() |
Rosetta Protocols
2015.09
|
#include <protocols/antibody/clusters/util.hh>
#include <numeric/NumericTraits.hh>
#include <core/pose/util.hh>
#include <core/pose/PDBInfo.hh>
#include <utility/vector1.hh>
#include <utility/string_util.hh>
#include <basic/Tracer.hh>
#include <core/types.hh>
#include <math.h>
#include <cmath>
Namespaces | |
protocols | |
The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
protocols::antibody | |
protocols::antibody::clusters | |
Functions | |
static thread_local basic::Tracer | protocols::antibody::clusters::TR ("protocols.antibody.clusters") |
std::string | protocols::antibody::clusters::get_pose_cis_trans_conformation (core::pose::Pose const &pose, core::Size const start, core::Size const end) |
core::Real | protocols::antibody::clusters::calculate_dihedral_distance (vector1< Real > cluster_phis, vector1< Real > pose_phis, vector1< Real > cluster_psis, vector1< Real > pose_psis) |
Calculates the dihedral distance used to match cluster centers. More... | |
bool | protocols::antibody::clusters::check_if_pose_renumbered_for_clusters (core::pose::Pose const &pose) |
Very basic way to check to make sure pose residues are North_AHO (North, et al) scheme, which allows the clustering. More... | |