![]() |
Rosetta Protocols
2015.09
|
#include <protocols/antibody/clusters/CDRClusterEnum.hh>
#include <core/pose/Pose.hh>
#include <core/types.hh>
#include <utility/vector1.hh>
Namespaces | |
protocols | |
The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
protocols::antibody | |
protocols::antibody::clusters | |
Functions | |
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... | |