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

Public Types | |
| typedef core::Size | Size |
Public Member Functions | |
| ScaffoldBuildPoint () | |
| ScaffoldBuildPoint (core::Size index) | |
| ~ScaffoldBuildPoint () override | |
| virtual bool | compatible (ScaffoldBuildPoint const &, bool first_dispatch=true) const |
| virtual bool | compatible (OriginalBackboneBuildPoint const &, bool first_dispatch=true) const |
| virtual core::Size | original_insertion_point () const =0 |
| Inform the calling function where in the original scaffold this build point should be inserted. If the output pose from a matching has a different number of residues than the original scaffold, then the calling function must determine where the hit from this build point should be inserted. More... | |
| virtual void | insert (core::Size seqpos_to_insert_at, Hit const &hit, UpstreamBuilderCOP builder, core::pose::Pose &pose) const =0 |
| core::Size | index () const |
| void | index (core::Size setting) |
Private Attributes | |
| core::Size | index_ |
| protocols::match::upstream::ScaffoldBuildPoint::ScaffoldBuildPoint | ( | ) |
| protocols::match::upstream::ScaffoldBuildPoint::ScaffoldBuildPoint | ( | core::Size | index | ) |
|
overridedefault |
|
virtual |
Reimplemented in protocols::match::upstream::OriginalBackboneBuildPoint.
References compatible().
Referenced by compatible(), and protocols::match::upstream::OriginalBackboneBuildPoint::compatible().
|
virtual |
Reimplemented in protocols::match::upstream::OriginalBackboneBuildPoint.
References protocols::match::upstream::OriginalBackboneBuildPoint::compatible().
|
inline |
References index_.
Referenced by protocols::match::upstream::ProteinUpstreamBuilder::build(), protocols::match::upstream::ProteinUpstreamBuilder::compatible(), protocols::match::downstream::SecondaryMatcherToDownstreamResidue::prepare_for_hit_generation_at_target_build_point(), protocols::match::downstream::SecondaryMatcherToUpstreamResidue::prepare_for_hit_generation_at_target_build_point(), protocols::match::upstream::ProteinUpstreamBuilder::recover_hits(), and protocols::match::upstream::DunbrackSCSampler::samples().
| void protocols::match::upstream::ScaffoldBuildPoint::index | ( | core::Size | setting | ) |
References index_.
|
pure virtual |
Implemented in protocols::match::upstream::OriginalBackboneBuildPoint.
|
pure virtual |
Inform the calling function where in the original scaffold this build point should be inserted. If the output pose from a matching has a different number of residues than the original scaffold, then the calling function must determine where the hit from this build point should be inserted.
Implemented in protocols::match::upstream::OriginalBackboneBuildPoint.
Referenced by protocols::match::downstream::SecondaryMatcherToDownstreamResidue::prepare_for_hit_generation_at_target_build_point(), and protocols::match::downstream::SecondaryMatcherToUpstreamResidue::prepare_for_hit_generation_at_target_build_point().
|
private |
Referenced by index().
1.8.7