|
Rosetta 3.5
|
A simple class to respond to the UpstreamBuilder's process_hit method and pass on the coordinates to its "owning" SecondaryMatcherToUpstreamResidue object. More...
#include <SecondaryMatcherToUpstreamResidue.hh>


Public Types | |
| typedef upstream::UpstreamResidueProcessor | parent |
Public Member Functions | |
| SecondaryMatchUpstreamResProcessor (SecondaryMatcherToUpstreamResidue &sec_matcher) | |
| virtual void | process_hit (Hit const &hit, core::conformation::Residue const &upstream_conformation) |
Public Member Functions inherited from protocols::match::upstream::UpstreamResidueProcessor | |
| virtual | ~UpstreamResidueProcessor () |
Private Attributes | |
| SecondaryMatcherToUpstreamResidue & | sec_matcher_ |
A simple class to respond to the UpstreamBuilder's process_hit method and pass on the coordinates to its "owning" SecondaryMatcherToUpstreamResidue object.
Definition at line 399 of file SecondaryMatcherToUpstreamResidue.hh.
| typedef upstream::UpstreamResidueProcessor protocols::match::downstream::SecondaryMatchUpstreamResProcessor::parent |
Definition at line 402 of file SecondaryMatcherToUpstreamResidue.hh.
| protocols::match::downstream::SecondaryMatchUpstreamResProcessor::SecondaryMatchUpstreamResProcessor | ( | SecondaryMatcherToUpstreamResidue & | sec_matcher) |
Definition at line 796 of file SecondaryMatcherToUpstreamResidue.cc.
|
virtual |
Implements protocols::match::upstream::UpstreamResidueProcessor.
Definition at line 803 of file SecondaryMatcherToUpstreamResidue.cc.
References protocols::match::downstream::SecondaryMatcherToUpstreamResidue::process_hit(), and sec_matcher_.
|
private |
Definition at line 419 of file SecondaryMatcherToUpstreamResidue.hh.
Referenced by process_hit().
1.8.4