![]() |
Rosetta
2021.16
|
MPM that returns a vector of all protein positions in the pose i.e. allowing matching everywhere. More...
#include <MatchPositionModifiers.hh>

Public Member Functions | |
| AddAllPositionsMPM () | |
| ~AddAllPositionsMPM () override | |
| utility::vector1< core::Size > | modified_match_positions (utility::vector1< core::Size > const &original_positions, core::pose::Pose const &match_pose, protocols::match::MatcherTaskCOP mtask) const override |
| the positions in the vector1< core::Size > that is returned by this function will replace the match positions in the MatcherTask. More... | |
Public Member Functions inherited from protocols::match::MatchPositionModifier | |
| MatchPositionModifier () | |
| ~MatchPositionModifier () override | |
MPM that returns a vector of all protein positions in the pose i.e. allowing matching everywhere.
| protocols::match::AddAllPositionsMPM::AddAllPositionsMPM | ( | ) |
|
overridedefault |
|
overridevirtual |
the positions in the vector1< core::Size > that is returned by this function will replace the match positions in the MatcherTask.
Implements protocols::match::MatchPositionModifier.
References core::chemical::ResidueTypeBase::is_protein(), core::pose::Pose::residue_type(), and core::pose::Pose::size().
1.8.7