![]() |
Rosetta Protocols
2014.16.56682
|
#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, Size resid_to_replace) | |
| virtual | ~PoseInserter () |
| virtual void | process_hit (Hit const &hit, core::conformation::Residue const &upstream_conformation) |
| Take a conformation::Residue from the upstream builder and call Pose::replace_residue at a particular position. More... | |
| void | set_replacement_resid (Size seqpos) |
Public Member Functions inherited from protocols::match::upstream::UpstreamResidueProcessor | |
| virtual | ~UpstreamResidueProcessor () |
Private Attributes | |
| Pose & | pose_ |
| Size | resid_to_replace_ |
| protocols::match::output::PoseInserter::PoseInserter | ( | Pose & | pose_to_modify | ) |
| protocols::match::output::PoseInserter::PoseInserter | ( | Pose & | pose_to_modify, |
| Size | resid_to_replace | ||
| ) |
|
virtual |
|
virtual |
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(), resid_to_replace_, and runtime_assert.
| void protocols::match::output::PoseInserter::set_replacement_resid | ( | Size | seqpos | ) |
References resid_to_replace_.
|
private |
Referenced by process_hit().
|
private |
Referenced by process_hit(), and set_replacement_resid().
1.8.7