Rosetta
Namespaces | Functions
util.hh File Reference
#include <core/pose/Pose.fwd.hh>
#include <core/kinematics/FoldTree.hh>
#include <protocols/loops/loop_closure/ccd/SlidingWindowLoopClosure.fwd.hh>
#include <core/types.hh>
#include <core/fragment/JumpingFrame.fwd.hh>
#include <protocols/checkpoint/CheckPointer.fwd.hh>

Namespaces

 protocols
 The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP.
 
 protocols::jumping
 

Functions

bool protocols::jumping::remove_cut (core::Size cutpoint, Pose &pose, FoldTree const &final_fold_tree)
 
bool protocols::jumping::remove_cut (core::Size cutpoint, FoldTree &new_fold_tree, FoldTree const &final_fold_tree)
 
void protocols::jumping::close_chainbreaks (loops::loop_closure::ccd::SlidingWindowLoopClosureOP closure_protocol, Pose &open_pose, protocols::checkpoint::CheckPointer &checkpoint, const std::string &decoy_tag, core::kinematics::FoldTree const &final_fold_tree_in)
 
void protocols::jumping::safe_secstruct (pose::Pose &pose)
 
void protocols::jumping::get_pleating (pose::Pose const &pose, core::Size const pos1, core::Size const pos2, core::Size &orientation, core::Size &pleating)
 
void protocols::jumping::get_pairing_geometry (pose::Pose const &pose, core::Size const res1, core::Size const res2, Real &orientation, Real &pleating1, Real &pleating2)
 
core::fragment::JumpingFrameOP protocols::jumping::generate_empty_jump_frame (core::Size startpos, core::Size endpos, core::Size length)
 
core::fragment::JumpingFrameOP protocols::jumping::generate_jump_frame (core::Size startpos, core::Size endpos, bool bWithTorsion)
 
void protocols::jumping::assign_ss_dssp (core::pose::Pose &pose)
 Assign secondary structure using DSSP. More...