![]() |
Rosetta Protocols
2015.09
|
definition of classes for iterations of docking/design. More...
#include <core/pose/Pose.fwd.hh>
#include <core/kinematics/FoldTree.fwd.hh>
#include <core/types.hh>
#include <core/scoring/constraints/Constraint.fwd.hh>
#include <utility/vector1.fwd.hh>
#include <string>
#include <utility/vector1.hh>
Namespaces | |
protocols | |
The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
protocols::protein_interface_design | |
Functions | |
core::kinematics::FoldTree | protocols::protein_interface_design::star_fold_tree (core::pose::Pose &pose) |
generate a star fold tree (originating at residue 1) More... | |
core::scoring::constraints::ConstraintCOPs | protocols::protein_interface_design::remove_coordinate_constraints_from_pose (core::pose::Pose &pose) |
removes ALL coordinate constraints from a pose. returns the constraints that were removed More... | |
core::scoring::constraints::ConstraintCOPs | protocols::protein_interface_design::get_bbcsts (core::pose::Pose const &pose) |
utility::vector1< core::Size > | protocols::protein_interface_design::best_bbcst_residues (core::pose::Pose const &pose, core::Size const chain, core::Size const n_return) |
evaluate backbone_stub_constraints for each residue in a chain and return a vector with the top n_return residue numbers by cst score note that this function is NOT guaranteed to return n_return residues! It will return the best n<=n_return More... | |
void | protocols::protein_interface_design::find_lowest_constraint_energy_residue (core::pose::Pose const &pose, core::Size const chain, core::Size &resi, core::Real &lowest_energy) |
core::Size | protocols::protein_interface_design::best_cutpoint (core::pose::Pose &pose, core::Size const prev_u, core::Size const prev_d, core::Size const u, core::Size const d) |
utility function for stub_based_atom_tree. tries to find an optimal cutpoint in a pose given two different boundaries. More... | |
core::Size | protocols::protein_interface_design::find_nearest_residue (core::pose::Pose const &pose, core::Size const target_chain, core::Size const res, std::string const atom="CA") |
find nearest residue on target_chain to res More... | |
std::string | protocols::protein_interface_design::optimal_connection_point (std::string const residue_type) |
what is the optimal connection point for an atom tree, given a residue type (puts the connection point at the beginning of a functional group More... | |
core::kinematics::FoldTree | protocols::protein_interface_design::make_hotspot_foldtree (core::pose::Pose const &pose) |
definition of classes for iterations of docking/design.