|
Rosetta 3.5
|
Header for grafting utility functions. More...
#include <core/pose/Pose.hh>Go to the source code of this file.
Namespaces | |
| protocols | |
| The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
| protocols::grafting | |
Constant Groups | |
| protocols | |
| The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
| protocols::grafting | |
Functions | |
| void | protocols::grafting::delete_region (Pose &pose, Size const start, Size const end) |
| Deletes a region of the pose. Starting from and including 'start' and 'end' residue. More... | |
| Pose | protocols::grafting::return_region (Pose &pose, Size const start, Size const end) |
| Returns a region of the pose including start and end as a new pose. Has a simple foldtree. More... | |
| Pose | protocols::grafting::replace_region (Pose const &from_pose, Pose const &to_pose, Size const from_pose_start_residue, Size const to_pose_start_residue, Size const insertion_length) |
| replaces residues from from_pose to to_pose into pose where insertion region is defined. Returns product as a new value. More... | |
| Pose | protocols::grafting::insert_pose_into_pose (Pose const &scaffold_pose, Pose const &insert_pose, Size const insert_point, Size const insert_point_end) |
| inserts one pose into another pose, returning the product as a new value. More... | |
Header for grafting utility functions.
Definition in file util.hh.
1.8.4