|
Rosetta 3.5
|
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
Definition at line 48 of file MatchPositionModifiers.hh.
| protocols::match::MatchPositionModifier::MatchPositionModifier | ( | ) |
Definition at line 73 of file MatchPositionModifiers.cc.
|
virtual |
Definition at line 75 of file MatchPositionModifiers.cc.
|
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.
1.8.4