![]() |
Rosetta Protocols
2014.35
|
base class for objects that modify the match positions based on some criterion More...
#include <MatchPositionModifiers.hh>
Public Member Functions | |
MatchPositionModifier () | |
virtual | ~MatchPositionModifier () |
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 =0 |
the positions in the vector1< Size > that is returned by this function will replace the match positions in the MatcherTask. More... | |
base class for objects that modify the match positions based on some criterion
protocols::match::MatchPositionModifier::MatchPositionModifier | ( | ) |
|
virtual |
|
pure virtual |
the positions in the vector1< Size > that is returned by this function will replace the match positions in the MatcherTask.
Implemented in protocols::match::TaskOperationMPM, protocols::match::RemoveNorCTermMPM, protocols::match::AddAllPositionsMPM, protocols::match::BfactorMPM, protocols::match::NumNeighborsMPM, and protocols::match::SecondaryStructureMPM.