|
Rosetta 3.5
|
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 () | |
| virtual 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 |
| the positions in the vector1< 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 () | |
| virtual | ~MatchPositionModifier () |
MPM that returns a vector of all protein positions in the pose i.e. allowing matching everywhere.
Definition at line 167 of file MatchPositionModifiers.hh.
| protocols::match::AddAllPositionsMPM::AddAllPositionsMPM | ( | ) |
Definition at line 345 of file MatchPositionModifiers.cc.
| protocols::match::AddAllPositionsMPM::~AddAllPositionsMPM | ( | ) |
Definition at line 349 of file MatchPositionModifiers.cc.
|
virtual |
the positions in the vector1< Size > that is returned by this function will replace the match positions in the MatcherTask.
Implements protocols::match::MatchPositionModifier.
Definition at line 352 of file MatchPositionModifiers.cc.
References core::chemical::ResidueType::is_protein(), core::pose::Pose::residue_type(), and core::pose::Pose::total_residue().
1.8.4