#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 () |
| |
| protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::~InputStreamWithResidueInfo |
( |
| ) |
|
|
overridedefault |
| void protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::advance_to_next_pose_segment |
( |
| ) |
|
| void protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::apply_current_pose_segment |
( |
core::pose::Pose & |
pose | ) |
|
| 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 |
|
) |
| |
| void protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::cleanup_pose |
( |
core::pose::Pose & |
import_pose | ) |
const |
|
private |
| Size protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::compute_size |
( |
| ) |
|
| void protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::copy_next_pose_segment |
( |
core::pose::Pose & |
pose | ) |
|
| 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 |
|
) |
| |
| std::map< core::Size, core::Size > & protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::full_to_sub |
( |
| ) |
|
| bool protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::has_another_pose |
( |
| ) |
const |
| void protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::initialize_defaults |
( |
| ) |
|
|
private |
| utility::vector1< core::Size > const & protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::input_res |
( |
| ) |
|
| void protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::reset |
( |
void |
| ) |
|
| void protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::set_backbone_only |
( |
bool const |
setting | ) |
|
| void protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::set_full_to_sub |
( |
std::map< core::Size, core::Size > const & |
full_to_sub | ) |
|
| void protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::set_slice_res |
( |
utility::vector1< core::Size > const & |
slice_res | ) |
|
| utility::vector1< core::Size > const & protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::slice_res |
( |
| ) |
|
| bool protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::backbone_only_ |
|
private |
| std::map< core::Size, core::Size > protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::full_to_sub_ |
|
private |
| core::pose::PoseOP protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::import_pose_ |
|
private |
| utility::vector1< core::Size > protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::input_res_ |
|
private |
| utility::vector1< core::Size > protocols::stepwise::modeler::protein::InputStreamWithResidueInfo::slice_res_ |
|
private |
The documentation for this class was generated from the following files: