![]() |
Rosetta
2021.16
|
added by olga and flo 1/2011 class to exclude positions at the n and c termini of proteins from matching More...
#include <MatchPositionModifiers.hh>

Public Member Functions | |
| RemoveNorCTermMPM (utility::vector1< std::string > const &input_tokens) | |
| ~RemoveNorCTermMPM () 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 | |
Private Attributes | |
| core::Size | cterm_length_ |
| core::Size | nterm_length_ |
added by olga and flo 1/2011 class to exclude positions at the n and c termini of proteins from matching
| protocols::match::RemoveNorCTermMPM::RemoveNorCTermMPM | ( | utility::vector1< std::string > const & | input_tokens | ) |
References cterm_length_, and nterm_length_.
|
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 cterm_length_, core::chemical::ResidueTypeBase::is_protein(), nterm_length_, core::pose::Pose::residue_type(), and core::pose::Pose::size().
|
private |
Referenced by modified_match_positions(), and RemoveNorCTermMPM().
|
private |
Referenced by modified_match_positions(), and RemoveNorCTermMPM().
1.8.7