Rosetta
Classes | Namespaces | Functions
ExtendedPoseBuilder.hh File Reference

Builds a pose using a blueprint from a structure architect. More...

#include <protocols/denovo_design/components/ExtendedPoseBuilder.fwd.hh>
#include <protocols/denovo_design/components/Segment.fwd.hh>
#include <protocols/denovo_design/components/StructureData.fwd.hh>
#include <protocols/denovo_design/types.hh>
#include <core/pose/Pose.fwd.hh>
#include <utility/VirtualBase.hh>
#include <core/kinematics/FoldTree.fwd.hh>

Classes

class  protocols::denovo_design::components::PoseBuilder
 Builds a pose from StructureData. More...
 
class  protocols::denovo_design::components::ExtendedPoseBuilder
 

Namespaces

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

Functions

void protocols::denovo_design::components::prepend_new_residues (core::pose::Pose &pose, core::Size num_residues, core::Size insert_pos, core::Size const, std::string const &type, ResidueDihedrals const &lower_dihedrals)
 
void protocols::denovo_design::components::append_new_residues (core::pose::Pose &pose, core::Size num_residues, core::Size insert_pos, core::Size const, std::string const &type, ResidueDihedrals const &upper_dihedrals)
 
void protocols::denovo_design::components::append_new_chain_from_template_segment (core::pose::Pose &pose, Segment const &segment)
 
void protocols::denovo_design::components::append_residues_from_template_segment (core::pose::Pose &pose, Segment const &prev_segment, Segment const &segment)
 
core::kinematics::FoldTree protocols::denovo_design::components::modify_ft_for_residue_insertion (core::pose::Pose &pose, core::Size const safe_res)
 modifies teh ft in the pose, returns the original More...
 

Detailed Description

Builds a pose using a blueprint from a structure architect.

Author
Tom Linsky (tlins.nosp@m.ky@u.nosp@m.w.edu)