|
Rosetta 3.5
|
#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_ |
Definition at line 34 of file PoseInserter.hh.
Definition at line 37 of file PoseInserter.hh.
Definition at line 38 of file PoseInserter.hh.
| protocols::match::output::PoseInserter::PoseInserter | ( | Pose & | pose_to_modify) |
Definition at line 35 of file PoseInserter.cc.
| protocols::match::output::PoseInserter::PoseInserter | ( | Pose & | pose_to_modify, |
| Size | resid_to_replace | ||
| ) |
Definition at line 40 of file PoseInserter.cc.
|
virtual |
Definition at line 45 of file PoseInserter.cc.
|
virtual |
Take a conformation::Residue from the upstream builder and call Pose::replace_residue at a particular position.
Implements protocols::match::upstream::UpstreamResidueProcessor.
Definition at line 50 of file PoseInserter.cc.
References pose_, core::pose::Pose::replace_residue(), and resid_to_replace_.
| void protocols::match::output::PoseInserter::set_replacement_resid | ( | Size | seqpos) |
Definition at line 62 of file PoseInserter.cc.
References resid_to_replace_.
|
private |
Definition at line 57 of file PoseInserter.hh.
Referenced by process_hit().
|
private |
Definition at line 58 of file PoseInserter.hh.
Referenced by process_hit(), and set_replacement_resid().
1.8.4