![]() |
Rosetta
2021.16
|
#include <ReadPoseExtraScoreFilter.hh>

Public Member Functions | |
| ReadPoseExtraScoreFilter () | |
| Constructor. More... | |
| ReadPoseExtraScoreFilter (ReadPoseExtraScoreFilter const &src) | |
| Copy constructor. More... | |
| ReadPoseExtraScoreFilter (std::string term, core::Real threshold) | |
| Constructor with parameters. More... | |
| ~ReadPoseExtraScoreFilter () override | |
| bool | apply (core::pose::Pose const &pose) const override |
| Returns false if the score term is greater than the threshold. More... | |
| filters::FilterOP | clone () const override |
| filters::FilterOP | fresh_instance () const override |
| void | set_term_name (std::string term_name) |
| Sets the name of the term being searched for in the pose. More... | |
| void | set_threshold (core::Real const &threshold) |
| apply() returns false if the score is greater than this threshold More... | |
| void | report (std::ostream &out, core::pose::Pose const &pose) const override |
| core::Real | report_sm (core::pose::Pose const &pose) const override |
| polymorphic way to call compute() More... | |
| core::Real | compute (core::pose::Pose const &pose) const |
| attempt to extract the score term from the pose. This method does no calculation. 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... | |
| 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 | term_name_ |
| core::Real | threshold_ |
Additional Inherited Members | |
Protected Attributes inherited from protocols::filters::Filter | |
| std::string | scorename_ |
| protocols::simple_filters::ReadPoseExtraScoreFilter::ReadPoseExtraScoreFilter | ( | ) |
Constructor.
| protocols::simple_filters::ReadPoseExtraScoreFilter::ReadPoseExtraScoreFilter | ( | ReadPoseExtraScoreFilter const & | src | ) |
Copy constructor.
| protocols::simple_filters::ReadPoseExtraScoreFilter::ReadPoseExtraScoreFilter | ( | std::string | term, |
| core::Real | threshold | ||
| ) |
Constructor with parameters.
|
override |
|
overridevirtual |
Returns false if the score term is greater than the threshold.
Implements protocols::filters::Filter.
References compute(), protocols::filters::Filter::score(), and threshold_.
|
inlinestatic |
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
| core::Real protocols::simple_filters::ReadPoseExtraScoreFilter::compute | ( | core::pose::Pose const & | pose | ) | const |
attempt to extract the score term from the pose. This method does no calculation.
References core::pose::getPoseExtraScore(), and term_name_.
Referenced by apply(), report(), and report_sm().
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
|
inlineoverridevirtual |
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 term_name_, and threshold_.
|
static |
|
overridevirtual |
Reimplemented from protocols::filters::Filter.
References compute(), and term_name_.
|
overridevirtual |
polymorphic way to call compute()
Reimplemented from protocols::filters::Filter.
References compute().
|
inline |
Sets the name of the term being searched for in the pose.
References term_name_.
|
inline |
apply() returns false if the score is greater than this threshold
References threshold_.
|
private |
Referenced by compute(), parse_my_tag(), report(), and set_term_name().
|
private |
Referenced by apply(), parse_my_tag(), and set_threshold().
1.8.7