#include <InputStreamWithResidueInfo.hh>
|
| InputStreamWithResidueInfo (core::import_pose::pose_stream::PoseInputStreamOP pose_input_stream, utility::vector1< core::Size > const &input_res, utility::vector1< core::Size > const &slice_res) |
|
| InputStreamWithResidueInfo (core::import_pose::pose_stream::PoseInputStreamOP pose_input_stream, utility::vector1< core::Size > const &input_res) |
|
| ~InputStreamWithResidueInfo () override |
|
core::import_pose::pose_stream::PoseInputStreamOP & | pose_input_stream () |
|
utility::vector1< core::Size > const & | input_res () |
|
utility::vector1< core::Size > const & | slice_res () |
|
std::map< core::Size, core::Size > & | full_to_sub () |
|
void | set_slice_res (utility::vector1< core::Size > const &slice_res) |
|
void | set_full_to_sub (std::map< core::Size, core::Size > const &full_to_sub) |
|
void | set_rsd_set (core::chemical::ResidueTypeSetCAP &rsd_set) |
|
void | reset () |
|
bool | has_another_pose () const |
|
void | advance_to_next_pose_segment () |
|
void | copy_next_pose_segment (core::pose::Pose &pose) |
|
void | copy_next_pose_segment (core::pose::Pose &pose, core::pose::Pose &import_pose, bool const check_sequence_matches, bool const align_pose_to_import_pose=false) |
|
void | apply_current_pose_segment (core::pose::Pose &pose) |
|
void | apply_current_pose_segment (core::pose::Pose &pose, core::pose::Pose &import_pose, bool const check_sequence_matches, bool const align_pose_to_import_pose=false) |
|
void | set_backbone_only (bool const setting) |
|
core::Size | compute_size () |
|
◆ InputStreamWithResidueInfo() [1/2]
◆ InputStreamWithResidueInfo() [2/2]
◆ ~InputStreamWithResidueInfo()
protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::~InputStreamWithResidueInfo |
( |
| ) |
|
|
overridedefault |
◆ advance_to_next_pose_segment()
void protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::advance_to_next_pose_segment |
( |
| ) |
|
◆ apply_current_pose_segment() [1/2]
void protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::apply_current_pose_segment |
( |
core::pose::Pose & |
pose | ) |
|
◆ apply_current_pose_segment() [2/2]
void protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::apply_current_pose_segment |
( |
core::pose::Pose & |
pose, |
|
|
core::pose::Pose & |
import_pose, |
|
|
bool const |
check_sequence_matches, |
|
|
bool const |
align_pose_to_import_pose = false |
|
) |
| |
◆ check_sequence()
◆ cleanup_pose()
void protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::cleanup_pose |
( |
core::pose::Pose & |
import_pose | ) |
const |
|
private |
◆ compute_size()
Size protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::compute_size |
( |
| ) |
|
◆ copy_next_pose_segment() [1/2]
void protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::copy_next_pose_segment |
( |
core::pose::Pose & |
pose | ) |
|
◆ copy_next_pose_segment() [2/2]
void protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::copy_next_pose_segment |
( |
core::pose::Pose & |
pose, |
|
|
core::pose::Pose & |
import_pose, |
|
|
bool const |
check_sequence_matches, |
|
|
bool const |
align_pose_to_import_pose = false |
|
) |
| |
◆ full_to_sub()
std::map< core::Size, core::Size > & protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::full_to_sub |
( |
| ) |
|
◆ has_another_pose()
bool protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::has_another_pose |
( |
| ) |
const |
◆ initialize_defaults()
void protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::initialize_defaults |
( |
| ) |
|
|
private |
◆ input_res()
utility::vector1< core::Size > const & protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::input_res |
( |
| ) |
|
◆ pose_input_stream()
◆ reset()
void protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::reset |
( |
void |
| ) |
|
◆ set_backbone_only()
void protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::set_backbone_only |
( |
bool const |
setting | ) |
|
◆ set_full_to_sub()
void protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::set_full_to_sub |
( |
std::map< core::Size, core::Size > const & |
full_to_sub | ) |
|
◆ set_rsd_set()
◆ set_slice_res()
void protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::set_slice_res |
( |
utility::vector1< core::Size > const & |
slice_res | ) |
|
◆ slice_res()
utility::vector1< core::Size > const & protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::slice_res |
( |
| ) |
|
◆ backbone_only_
bool protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::backbone_only_ |
|
private |
◆ full_to_sub_
std::map< core::Size, core::Size > protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::full_to_sub_ |
|
private |
◆ import_pose_
core::pose::PoseOP protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::import_pose_ |
|
private |
◆ input_res_
utility::vector1< core::Size > protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::input_res_ |
|
private |
◆ pose_input_stream_
◆ rsd_set_
◆ slice_res_
utility::vector1< core::Size > protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::slice_res_ |
|
private |
The documentation for this class was generated from the following files: