![]() |
Rosetta
2021.16
|
#include <PoseInserter.hh>

Public Types | |
| typedef core::pose::Pose | Pose |
| typedef core::Size | Size |
Public Member Functions | |
| PoseInserter (Pose &pose_to_modify) | |
| PoseInserter (Pose &pose_to_modify, core::Size resid_to_replace) | |
| ~PoseInserter () override | |
| void | process_hit (Hit const &hit, core::conformation::Residue const &upstream_conformation) override |
| Take a conformation::Residue from the upstream builder and call Pose::replace_residue at a particular position. More... | |
| void | set_replacement_resid (core::Size seqpos) |
Public Member Functions inherited from protocols::match::upstream::UpstreamResidueProcessor | |
| ~UpstreamResidueProcessor () override | |
Private Attributes | |
| Pose & | pose_ |
| core::Size | resid_to_replace_ |
| protocols::match::output::PoseInserter::PoseInserter | ( | Pose & | pose_to_modify | ) |
| protocols::match::output::PoseInserter::PoseInserter | ( | Pose & | pose_to_modify, |
| core::Size | resid_to_replace | ||
| ) |
|
overridedefault |
|
overridevirtual |
Take a conformation::Residue from the upstream builder and call Pose::replace_residue at a particular position.
Implements protocols::match::upstream::UpstreamResidueProcessor.
References pose_, core::pose::Pose::replace_residue(), and resid_to_replace_.
| void protocols::match::output::PoseInserter::set_replacement_resid | ( | core::Size | seqpos | ) |
References resid_to_replace_.
|
private |
Referenced by process_hit().
|
private |
Referenced by process_hit(), and set_replacement_resid().
1.8.7