Rosetta
Namespaces | Functions
SeededAbinitio_util.hh File Reference
#include <core/pose/Pose.fwd.hh>
#include <core/kinematics/MoveMap.fwd.hh>
#include <protocols/loops/Loops.hh>
#include <string>
#include <utility/vector1.hh>

Namespaces

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

Functions

protocols::loops::Loops protocols::seeded_abinitio::parse_seeds (core::pose::Pose const &pose, utility::vector1< std::pair< std::string, std::string > > seed_vector)
 for runtime parsing of seeds More...
 
void protocols::seeded_abinitio::adjust_mm_to_length (core::pose::Pose const &pose, core::kinematics::MoveMapOP &mm)
 method to update numbering of a movemap if the pose length was changed previously only works if a LengthEventCollector is set in the pose's observer cache default behavior is to set everything new to be movable and adjust the numbering of the residues that were previously not allowed to move to the appropriate new numbering More...
 
void protocols::seeded_abinitio::combine_two_poses (core::pose::Pose design_pose, core::pose::PoseOP target_chain)