![]() |
Rosetta
2021.16
|
test whether a pose contains a comment that evaluates to a predefined value. This is useful in controlling execution flow in RosettaScripts. More...
#include <PoseCommentFilter.hh>

Public Member Functions | |
| PoseComment () | |
| ~PoseComment () 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::Real | compute (core::pose::Pose const &pose) const |
| std::string | comment_name () const |
| void | comment_name (std::string const &s) |
| std::string | comment_value () const |
| void | comment_value (std::string const &s) |
| bool | comment_exists () const |
| void | comment_exists (bool const c) |
| std::string | name () const override |
Public Member Functions inherited from protocols::filters::Filter | |
| Filter () | |
| Filter (std::string const &) | |
| Filter (Filter 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 | comment_name_ |
| std::string | comment_value_ |
| bool | comment_exists_ |
Additional Inherited Members | |
Protected Attributes inherited from protocols::filters::Filter | |
| 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::PoseComment::PoseComment | ( | ) |
|
overridedefault |
|
overridevirtual |
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
References comment_name(), comment_value(), compute(), protocols::simple_filters::TR(), and protocols::hybridization::val.
|
static |
Referenced by protocols::simple_filters::PoseCommentFilterCreator::keyname(), name(), and provide_xml_schema().
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
|
inline |
References comment_exists_.
Referenced by compute(), and parse_my_tag().
|
inline |
References core::pack::dunbrack::c, and comment_exists_.
|
inline |
References comment_name_.
Referenced by apply(), compute(), and parse_my_tag().
|
inline |
References comment_name_.
|
inline |
References comment_value_.
Referenced by apply(), compute(), and parse_my_tag().
|
inline |
References comment_value_.
| core::Real protocols::simple_filters::PoseComment::compute | ( | core::pose::Pose const & | pose | ) | const |
References comment_exists(), comment_name(), comment_value(), core::pose::get_all_comments(), core::pose::get_comment(), and protocols::hybridization::val.
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 comment_exists(), comment_name(), comment_value(), and protocols::simple_filters::TR().
|
static |
|
overridevirtual |
Reimplemented from protocols::filters::Filter.
References compute(), and protocols::hybridization::val.
|
overridevirtual |
used to report filter internals through a score or silent file
Reimplemented from protocols::filters::Filter.
References compute().
|
private |
Referenced by comment_exists().
|
private |
Referenced by comment_name().
|
private |
Referenced by comment_value().
1.8.7