![]() |
Rosetta
2021.16
|
removes positions at which the pose does not have the desired secondary structure More...
#include <MatchPositionModifiers.hh>

Public Member Functions | |
| SecondaryStructureMPM (utility::vector1< std::string > const &input_tokens) | |
| ~SecondaryStructureMPM () 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 | |
| std::set< char > | desired_ss_chars_ |
| utility::vector1< std::string > | ss_motifs_ |
removes positions at which the pose does not have the desired secondary structure
| protocols::match::SecondaryStructureMPM::SecondaryStructureMPM | ( | utility::vector1< std::string > const & | input_tokens | ) |
References desired_ss_chars_, ss_motifs_, and protocols::match::tr().
|
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 desired_ss_chars_, core::scoring::dssp::Dssp::get_dssp_secstruct(), core::pose::Pose::size(), ss_motifs_, core::id::to_string(), and protocols::match::tr().
|
private |
Referenced by modified_match_positions(), and SecondaryStructureMPM().
|
private |
Referenced by modified_match_positions(), and SecondaryStructureMPM().
1.8.7