Rosetta 3.5
|
#include <InputStreamWithResidueInfo.hh>
Private Member Functions | |
void | initialize_defaults () |
void | cleanup_pose (core::pose::Pose &import_pose) const |
void | check_sequence (core::pose::Pose const &pose, core::pose::Pose const &import_pose) |
Private Attributes | |
core::import_pose::pose_stream::PoseInputStreamOP | pose_input_stream_ |
utility::vector1< Size > | input_res_ |
utility::vector1< Size > | slice_res_ |
std::map< Size, Size > | full_to_sub_ |
core::chemical::ResidueTypeSetCAP | rsd_set_ |
bool | backbone_only_ |
protocols::swa::InputStreamWithResidueInfo::InputStreamWithResidueInfo | ( | core::import_pose::pose_stream::PoseInputStreamOP | pose_input_stream, |
utility::vector1< Size > const & | input_res, | ||
utility::vector1< Size > const & | slice_res | ||
) |
References initialize_defaults().
Referenced by protocols::swa::initialize_input_streams_with_residue_info().
protocols::swa::InputStreamWithResidueInfo::InputStreamWithResidueInfo | ( | core::import_pose::pose_stream::PoseInputStreamOP | pose_input_stream, |
utility::vector1< Size > const & | input_res | ||
) |
References initialize_defaults().
|
virtual |
|
private |
References core::pose::Pose::annotated_sequence(), full_to_sub_, input_res_, core::pose::Pose::sequence(), slice_res_, and core::pose::Pose::total_residue().
Referenced by copy_next_pose_segment().
|
private |
void protocols::swa::InputStreamWithResidueInfo::copy_next_pose_segment | ( | core::pose::Pose & | pose) |
void protocols::swa::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 |
||
) |
References full_to_sub_.
Referenced by set_full_to_sub().
bool protocols::swa::InputStreamWithResidueInfo::has_another_pose | ( | ) | const |
References pose_input_stream_.
|
private |
References full_to_sub_, input_res_, and slice_res_.
Referenced by InputStreamWithResidueInfo().
utility::vector1< Size > const & protocols::swa::InputStreamWithResidueInfo::input_res | ( | ) |
References input_res_.
core::import_pose::pose_stream::PoseInputStreamOP & protocols::swa::InputStreamWithResidueInfo::pose_input_stream | ( | ) |
References pose_input_stream_.
void protocols::swa::InputStreamWithResidueInfo::reset | ( | void | ) |
References pose_input_stream_.
void protocols::swa::InputStreamWithResidueInfo::set_backbone_only | ( | bool const | setting) |
References backbone_only_.
void protocols::swa::InputStreamWithResidueInfo::set_full_to_sub | ( | std::map< Size, Size > const & | full_to_sub) |
References full_to_sub(), and full_to_sub_.
void protocols::swa::InputStreamWithResidueInfo::set_rsd_set | ( | core::chemical::ResidueTypeSetCAP & | rsd_set) |
References rsd_set_.
void protocols::swa::InputStreamWithResidueInfo::set_slice_res | ( | utility::vector1< Size > const & | slice_res) |
References slice_res(), and slice_res_.
utility::vector1< Size > const & protocols::swa::InputStreamWithResidueInfo::slice_res | ( | ) |
References slice_res_.
Referenced by set_slice_res().
|
private |
Referenced by copy_next_pose_segment(), and set_backbone_only().
Referenced by check_sequence(), copy_next_pose_segment(), full_to_sub(), initialize_defaults(), and set_full_to_sub().
|
private |
Referenced by check_sequence(), copy_next_pose_segment(), initialize_defaults(), and input_res().
|
private |
Referenced by copy_next_pose_segment(), has_another_pose(), pose_input_stream(), and reset().
|
private |
Referenced by copy_next_pose_segment(), and set_rsd_set().
|
private |
Referenced by check_sequence(), copy_next_pose_segment(), initialize_defaults(), set_slice_res(), and slice_res().