Rosetta
|
test whether a pose contains a comment that evaluates to a predefined value. This is useful in controlling execution flow in RosettaScripts. More...
#include <SequenceDistanceFilter.hh>
Public Member Functions | |
SequenceDistance () | |
~SequenceDistance () override | |
filters::FilterOP | clone () const override |
filters::FilterOP | fresh_instance () const override |
bool | apply (core::pose::Pose const &pose) const override |
Returns true if the given pose passes the filter, false otherwise. More... | |
void | report (std::ostream &out, core::pose::Pose const &pose) const override |
core::Real | report_sm (core::pose::Pose const &pose) const override |
used to report filter internals through a score or silent file More... | |
void | parse_my_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &) override |
Called by FilterFactory when constructing new Filter. Takes care of the specific mover's parsing. More... | |
core::Size | compute (core::pose::Pose const &pose) const |
std::string const & | sequence_comment_id () const |
void | sequence_comment_id (std::string const &s) |
std::string const & | target_seq () const |
void | target_seq (std::string const &s) |
core::Size | threshold () const |
void | threshold (core::Size const &t) |
std::string | name () const override |
![]() | |
Filter () | |
Filter (std::string const &) | |
~Filter () override | |
virtual std::string | get_type () const |
std::string | get_user_defined_name () const |
void | set_user_defined_name (std::string const &name) |
virtual void | clear () |
used to clear internal variables if needed. Using fresh_instance is preferred since it's a pure virtual More... | |
virtual core::Real | score (core::pose::Pose &pose) |
virtual void | provide_citation_info (basic::citation_manager::CitationCollectionList &) const |
Provide citations to the passed CitationCollectionList Subclasses should add the info for themselves and any other classes they use. More... | |
Static Public Member Functions | |
static std::string | class_name () |
static void | provide_xml_schema (utility::tag::XMLSchemaDefinition &xsd) |
Private Attributes | |
std::string | sequence_comment_id_ |
std::string | target_seq_ |
core::Size | threshold_ |
Additional Inherited Members | |
![]() | |
std::string | scorename_ |
test whether a pose contains a comment that evaluates to a predefined value. This is useful in controlling execution flow in RosettaScripts.
protocols::simple_filters::SequenceDistance::SequenceDistance | ( | ) |
|
overridedefault |
|
overridevirtual |
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
References compute(), threshold(), protocols::simple_filters::TR(), and protocols::hybridization::val.
|
static |
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
core::Size protocols::simple_filters::SequenceDistance::compute | ( | core::pose::Pose const & | pose | ) | const |
References core::kinematics::distance(), core::pose::get_all_comments(), core::pose::Pose::sequence(), sequence_comment_id(), target_seq(), and protocols::simple_filters::TR().
Referenced by apply(), report(), and report_sm().
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
|
overridevirtual |
Reimplemented from protocols::filters::Filter.
References class_name().
|
overridevirtual |
Called by FilterFactory when constructing new Filter. Takes care of the specific mover's parsing.
Reimplemented from protocols::filters::Filter.
References sequence_comment_id(), target_seq(), and threshold().
|
static |
|
overridevirtual |
Reimplemented from protocols::filters::Filter.
References compute(), threshold(), and protocols::hybridization::val.
|
overridevirtual |
used to report filter internals through a score or silent file
Reimplemented from protocols::filters::Filter.
References compute().
|
inline |
References sequence_comment_id_.
Referenced by compute(), and parse_my_tag().
|
inline |
References sequence_comment_id_.
|
inline |
References target_seq_.
Referenced by compute(), and parse_my_tag().
|
inline |
References target_seq_.
|
inline |
References threshold_.
Referenced by apply(), parse_my_tag(), and report().
|
inline |
References protocols::hybridization::t, and threshold_.
|
private |
Referenced by sequence_comment_id().
|
private |
Referenced by target_seq().
|
private |
Referenced by threshold().