Rosetta
|
methods for Pose modifications More...
#include <core/types.hh>
#include <core/conformation/Conformation.hh>
#include <core/conformation/Residue.hh>
#include <core/conformation/ResidueFactory.hh>
#include <core/pose/Pose.hh>
#include <core/pose/variant_util.hh>
Namespaces | |
protocols | |
The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
protocols::forge | |
protocols::forge::methods | |
Functions | |
template<typename ResidueOPIterator > | |
core::Size | protocols::forge::methods::grow_left_r (core::pose::Pose &pose, core::Size anchor, ResidueOPIterator begin, ResidueOPIterator end, bool const correct_terminus=true, bool const use_existing_crd=false) |
grow a series of residues to the left of a position More... | |
template<typename ResidueTypeOPIterator > | |
core::Size | protocols::forge::methods::grow_left_rtype (core::pose::Pose &pose, core::Size anchor, ResidueTypeOPIterator begin, ResidueTypeOPIterator end, bool const correct_terminus=true) |
grow a series of residues to the left of a position More... | |
template<typename ResidueOPIterator > | |
core::Size | protocols::forge::methods::grow_right_r (core::pose::Pose &pose, core::Size anchor, ResidueOPIterator begin, ResidueOPIterator end, bool const correct_terminus=true, bool const use_existing_crd=false) |
grow a series of residues to the right of a position More... | |
template<typename ResidueTypeOPIterator > | |
core::Size | protocols::forge::methods::grow_right_rtype (core::pose::Pose &pose, core::Size anchor, ResidueTypeOPIterator begin, ResidueTypeOPIterator end, bool const correct_terminus=true) |
grow a series of residues to the right of a position More... | |
bool | protocols::forge::methods::add_cutpoint_variants (core::pose::Pose &pose, core::Size const pos) |
add cutpoint variants at a specific position More... | |
bool | protocols::forge::methods::remove_cutpoint_variants (core::pose::Pose &pose, core::Size const pos) |
remove cutpoint variants at a specific position More... | |
void | protocols::forge::methods::restore_residues (std::map< core::Size, core::Size > const &old2new, core::pose::Pose &archive_pose, core::pose::Pose &pose) |
restore residues (i.e. sidechains) More... | |
void | protocols::forge::methods::restore_residues (core::pose::Pose &archive_pose, core::pose::Pose &pose) |
restore residues (i.e. sidechains) More... | |
methods for Pose modifications