Rosetta
Classes | Namespaces | Functions
pose_utility.hh File Reference
#include <boost/range.hpp>
#include <ndarray.h>
#include <core/pose/Pose.fwd.hh>
#include <core/types.hh>
#include <core/conformation/Residue.fwd.hh>
#include <protocols/indexed_structure_store/Datatypes.hh>

Classes

class  protocols::indexed_structure_store::PoseUtilityPlaceholder
 

Namespaces

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

Functions

ResidueEntry protocols::indexed_structure_store::extract_residue_entry (core::conformation::Residue const &res)
 
ndarray::Array< ResidueEntry, 1 > protocols::indexed_structure_store::extract_residue_entries (core::pose::Pose const &pose, bool ignore_non_protein)
 
void protocols::indexed_structure_store::apply_residue_entries_to_pose (ndarray::Array< ResidueEntry, 1 > residue_entries, core::pose::Pose &pose, core::Size start_residue, bool apply_bb, bool apply_sidechain, bool apply_orient)
 
core::pose::PoseOP protocols::indexed_structure_store::residue_entries_to_pose (ndarray::Array< ResidueEntry, 1 > residue_entries, std::string residue_type="fa_standard", bool auto_termini=true)
 
template<typename ResidueRange >
core::pose::PoseOP protocols::indexed_structure_store::residue_entries_to_pose (ResidueRange residue_entries, std::string residue_type="fa_standard", bool auto_termini=true)
 
core::pose::PoseOP protocols::indexed_structure_store::initial_pose_for_residues (ndarray::Array< ResidueEntry, 1 > residue_entries, std::string residue_type="fa_standard", bool auto_termini=true)