Rosetta
Namespaces | Functions
recon_util.hh File Reference
#include <core/pose/Pose.fwd.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::recon_design
 

Functions

utility::vector1< core::Sizeprotocols::recon_design::get_designable_residues (core::pose::Pose &pose, std::string resfile)
 Based on a pose and a resfile, get the indices of all designable residues. More...
 
std::string protocols::recon_design::get_designable_sequence (core::pose::Pose &pose, utility::vector1< core::Size > designable_residues)
 Based on a pose and the indices of all designable residues, get a string of all designable AAs concatenated. More...
 
utility::vector1< std::string > protocols::recon_design::get_candidate_AAs (utility::vector1< std::string > other_pose_sequences, core::Size position_no)
 Based on a list of sequences from poses, get all the AAs present at the position given by position_no. More...
 
core::Size protocols::recon_design::find_pose_in_vector (core::pose::Pose const &pose, utility::vector1< core::pose::PoseOP > &poses)
 Given a list of poses, find the index of a particular pose. More...