Rosetta Protocols  2014.16.56682
Namespaces | Typedefs | Functions
StepWiseUtil.hh File Reference
#include <core/types.hh>
#include <core/pose/Pose.fwd.hh>
#include <core/pose/full_model_info/FullModelInfo.fwd.hh>
#include <core/kinematics/FoldTree.fwd.hh>
#include <utility/vector1.hh>
#include <numeric/xyzMatrix.hh>
#include <numeric/xyzVector.hh>
#include <core/io/silent/RNA_SilentStruct.hh>
#include <core/scoring/ScoreFunction.fwd.hh>
#include <core/scoring/constraints/ConstraintSet.fwd.hh>
#include <core/chemical/ResidueTypeSet.fwd.hh>
#include <core/chemical/VariantType.fwd.hh>
#include <core/id/AtomID_Map.fwd.hh>
#include <core/pose/full_model_info/FullModelInfo.hh>
#include <core/id/AtomID.fwd.hh>
#include <core/kinematics/MoveMap.fwd.hh>

Namespaces

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

Typedefs

typedef numeric::xyzMatrix< RealMatrix
 
typedef std::map< std::string,
pose::PoseOP
protocols::stepwise::PoseList
 

Functions

Size protocols::stepwise::make_cut_at_moving_suite (pose::Pose &pose, Size const &moving_suite)
 
Size protocols::stepwise::make_cut_at_moving_suite (core::kinematics::FoldTree &fold_tree, Size const &moving_suite)
 
Size protocols::stepwise::find_jump_number_at_suite (kinematics::FoldTree const &fold_tree, Size const &moving_suite)
 
Size protocols::stepwise::look_for_unique_jump_to_moving_res (kinematics::FoldTree const &fold_tree, Size const &i)
 
bool protocols::stepwise::is_cutpoint_closed (pose::Pose const &pose, Size const seq_num)
 
utility::vector1< Sizeprotocols::stepwise::get_cutpoint_closed (pose::Pose const &pose)
 
bool protocols::stepwise::is_close_chain_break (pose::Pose const &pose)
 
void protocols::stepwise::output_boolean (std::string const &tag, bool boolean, std::ostream &TR)
 
void protocols::stepwise::output_boolean (bool boolean, std::ostream &TR)
 
void protocols::stepwise::output_movemap (kinematics::MoveMap const &mm, Size const total_residue, std::ostream &TR)
 
void protocols::stepwise::figure_out_moving_residues (core::kinematics::MoveMap &mm, core::pose::Pose const &pose, utility::vector1< core::Size > const &fixed_res, bool const move_takeoff_torsions, bool const move_jumps_between_chains)
 
void protocols::stepwise::pdbslice (core::pose::Pose &new_pose, core::pose::Pose const &pose, utility::vector1< core::Size > const &slice_res)
 
void protocols::stepwise::pdbslice (core::pose::Pose &pose, utility::vector1< core::Size > const &slice_res)
 
Real protocols::stepwise::superimpose_pose (pose::Pose &mod_pose, pose::Pose const &ref_pose, std::map< Size, Size > const &res_map)
 Superimpose mod_pose onto ref_pose using the mapping of residues from mod_pose to ref_pose given by res_map. Simple wrapper around superimpose_pose using IDs. More...
 
id::AtomID_Map< id::AtomIDprotocols::stepwise::create_alignment_id_map (pose::Pose const &mod_pose, pose::Pose const &ref_pose, utility::vector1< core::Size > const &superimpose_res)
 
id::AtomID_Map< id::AtomIDprotocols::stepwise::create_alignment_id_map (pose::Pose const &mod_pose, pose::Pose const &ref_pose, std::map< core::Size, core::Size > res_map)
 
utility::vector1< Size > const protocols::stepwise::convert_to_working_res (utility::vector1< Size > const &res_vector, utility::vector1< Size > const &working_res)
 
core::scoring::constraints::ConstraintSetOP protocols::stepwise::constraint_set_slice (core::scoring::constraints::ConstraintSetOP &cst_set, utility::vector1< core::Size > const &slice_res, pose::Pose const &pose, pose::Pose const &full_pose)
 
utility::vector1< std::stringprotocols::stepwise::load_s_and_l ()
 
std::string protocols::stepwise::get_file_name (std::string const &silent_file, std::string const &tag)
 
void protocols::stepwise::check_scorefxn_has_constraint_terms_if_pose_has_constraints (pose::Pose const &pose, core::scoring::ScoreFunctionOP &scorefxn)
 
utility::vector1< Sizeprotocols::stepwise::merge_vectors (utility::vector1< Size > const &vec1, utility::vector1< Size > const &vec2)
 
void protocols::stepwise::get_euler_angles (Real &alpha, Real &beta, Real &gamma, Matrix M1, Matrix M2, bool const verbose)
 
void protocols::stepwise::create_euler_rotation (Matrix &M, Real const &alpha, Real const &beta, Real const &gamma, Vector const &, Vector const &axis2, Vector const &axis3)
 
void protocols::stepwise::create_euler_rotation (Matrix &M, Real const &alpha, Real const &beta, Real const &gamma)
 
void protocols::stepwise::translate (pose::Pose &pose, Vector const shift, pose::Pose const &ref_pose, utility::vector1< Size > const &moving_res)
 
void protocols::stepwise::rotate (pose::Pose &pose, Matrix const M, pose::Pose const &ref_pose, utility::vector1< Size > const &moving_res, Vector const &centroid)
 
void protocols::stepwise::rotate (pose::Pose &pose, Matrix const M, pose::Pose const &ref_pose, utility::vector1< Size > const &moving_res)
 
void protocols::stepwise::get_base_centroid_and_rotation_matrix (pose::Pose const &pose, Size const i, Vector &centroid, Matrix &M)
 
void protocols::stepwise::translate_and_rotate_residue_to_origin (pose::Pose &pose, Size const i, utility::vector1< Size > const moving_res, bool const do_not_rotate)
 
void protocols::stepwise::translate_and_rotate_residue_to_origin (pose::Pose &pose, Size const i)
 
Real protocols::stepwise::superimpose_at_fixed_res_and_get_all_atom_rmsd (pose::Pose &pose, pose::Pose const &native_pose, bool skip_bulges)
 
Real protocols::stepwise::superimpose_recursively (pose::Pose &pose, pose::Pose const &native_pose)
 
Size protocols::stepwise::get_number_missing_residue_connections (pose::Pose &pose)
 
bool protocols::stepwise::is_at_terminus (core::pose::Pose const &pose, Size const i)
 
void protocols::stepwise::merge_in_other_pose_by_bond (pose::Pose &pose, pose::Pose const &pose2, Size const merge_res)
 
void protocols::stepwise::merge_in_other_pose_by_jump (pose::Pose &pose, pose::Pose const &pose2, Size const lower_merge_res, Size const upper_merge_res)
 
void protocols::stepwise::merge_in_other_pose (pose::Pose &pose, pose::Pose const &pose2, Size const lower_merge_res, Size const upper_merge_res, bool const connect_residues_by_bond)
 
utility::vector1< Sizeprotocols::stepwise::merge_two_poses_using_full_model_info (pose::Pose &pose, pose::Pose const &pose1, pose::Pose const &pose2, Size const lower_merge_res, Size const upper_merge_res, bool const connect_residues_by_bond)
 
utility::vector1< Sizeprotocols::stepwise::merge_two_poses (pose::Pose &pose, pose::Pose const &pose1, pose::Pose const &pose2, utility::vector1< Size > const &working_res1, utility::vector1< Size > const &working_res2, Size const lower_merge_res, Size const upper_merge_res, bool const connect_residues_by_bond, bool const fix_first_pose)
 
void protocols::stepwise::slice (pose::Pose &sliced_out_pose, pose::Pose const &pose, utility::vector1< Size > const &slice_res)
 
void protocols::stepwise::slice_out_pose (pose::Pose &pose, pose::Pose &sliced_out_pose, utility::vector1< Size > const &residues_to_delete)
 
Size protocols::stepwise::check_jump_to_previous_residue_in_chain (pose::Pose const &pose, Size const i, utility::vector1< Size > const &current_element)
 
Size protocols::stepwise::check_jump_to_previous_residue_in_chain (pose::Pose const &pose, Size const i, utility::vector1< Size > const &current_element, FullModelInfo const &full_model_info)
 
Size protocols::stepwise::check_jump_to_previous_residue_in_chain (pose::Pose const &pose, Size const i, utility::vector1< Size > const &current_element, utility::vector1< Size > const &res_list, utility::vector1< Size > const &chains_in_full_model)
 
Size protocols::stepwise::check_jump_to_next_residue_in_chain (pose::Pose const &pose, Size const i, utility::vector1< Size > const &current_element)
 
Size protocols::stepwise::check_jump_to_next_residue_in_chain (pose::Pose const &pose, Size const i, utility::vector1< Size > const &current_element, FullModelInfo const &full_model_info)
 
Size protocols::stepwise::check_jump_to_next_residue_in_chain (pose::Pose const &pose, Size const i, utility::vector1< Size > const &current_element, utility::vector1< Size > const &res_list, utility::vector1< Size > const &chains_in_full_model)
 
void protocols::stepwise::fix_up_residue_type_variants_at_strand_beginning (pose::Pose &pose, Size const res)
 
void protocols::stepwise::fix_up_residue_type_variants_at_strand_end (pose::Pose &pose, Size const res)
 
void protocols::stepwise::fix_up_residue_type_variants (pose::Pose &pose_to_fix)
 
void protocols::stepwise::switch_focus_to_other_pose (pose::Pose &pose, Size const &focus_pose_idx)
 
bool protocols::stepwise::switch_focus_among_poses_randomly (pose::Pose &pose, scoring::ScoreFunctionOP scorefxn, bool force_switch)
 
utility::vector1< Sizeprotocols::stepwise::figure_out_moving_chain_break_res (pose::Pose const &pose, kinematics::MoveMap const &mm)
 
bool protocols::stepwise::check_for_fixed_domain (pose::Pose const &pose, utility::vector1< Size > const &partition_res)
 
bool protocols::stepwise::check_for_fixed_domain (pose::Pose const &pose)
 
void protocols::stepwise::make_variants_match (pose::Pose &pose, pose::Pose const &reference_pose, Size const &n, chemical::VariantType const variant_type)
 
void protocols::stepwise::try_reroot_at_fixed_domain (pose::Pose &pose)
 
bool protocols::stepwise::definite_terminal_root (pose::Pose const &pose, Size const i)
 
utility::vector1< Sizeprotocols::stepwise::figure_out_moving_cutpoints_closed (pose::Pose const &pose, utility::vector1< Size > moving_partition_pos)
 
utility::vector1< Sizeprotocols::stepwise::figure_out_moving_cutpoints_closed_from_moving_res (pose::Pose const &pose, Size const moving_res)
 
void protocols::stepwise::figure_out_moving_chain_breaks (pose::Pose const &pose, utility::vector1< Size > moving_partition_pos, utility::vector1< Size > &cutpoints_closed, utility::vector1< Size > &five_prime_chain_breaks, utility::vector1< Size > &three_prime_chain_breaks, utility::vector1< Size > &chain_break_gap_sizes)
 
Size protocols::stepwise::figure_out_reference_res_for_suite (pose::Pose const &pose, Size const moving_res)
 
utility::vector1< boolprotocols::stepwise::get_partition_definition (pose::Pose const &pose, Size const &moving_suite)
 
utility::vector1< boolprotocols::stepwise::get_partition_definition_by_jump (pose::Pose const &pose, Size const &jump_nr)
 
void protocols::stepwise::reroot_based_on_full_model_info (pose::Pose &pose, utility::vector1< Size > const &root_partition_res)
 
utility::vector1< Sizeprotocols::stepwise::figure_out_moving_partition_res_for_suite (pose::Pose const &pose, Size const moving_res, Size const reference_res)
 
utility::vector1< Sizeprotocols::stepwise::figure_out_moving_partition_res_for_jump (pose::Pose const &pose, Size const jump_nr)
 
void protocols::stepwise::figure_out_root_and_moving_partition_res (pose::Pose const &pose, Size const moving_res, utility::vector1< Size > &root_partition_res, utility::vector1< Size > &moving_partition_res)
 
utility::vector1< Sizeprotocols::stepwise::figure_out_moving_partition_res (pose::Pose const &pose, Size const moving_res)
 
utility::vector1< Sizeprotocols::stepwise::figure_out_moving_partition_res (pose::Pose const &pose, utility::vector1< Size > const &moving_res_list)
 
utility::vector1< Sizeprotocols::stepwise::figure_out_root_partition_res (pose::Pose const &pose, utility::vector1< Size > const &moving_res_list)
 
bool protocols::stepwise::revise_root_and_moving_res (pose::Pose &pose, Size &moving_res)
 
bool protocols::stepwise::revise_root_and_moving_res_list (pose::Pose &pose, utility::vector1< Size > &moving_res_list)
 
Size protocols::stepwise::split_pose (pose::Pose &pose, Size const moving_res, Size const reference_res)
 
void protocols::stepwise::split_pose (pose::Pose &pose, utility::vector1< Size > const &moving_res_list)
 
void protocols::stepwise::fix_up_jump_atoms (pose::Pose &pose)
 
void protocols::stepwise::fix_up_jump_atoms_and_residue_type_variants (pose::Pose &pose_to_fix)
 
void protocols::stepwise::fix_protein_jump_atom (pose::Pose &pose, Size const res, std::string const atom_name)
 

Typedef Documentation