Rosetta
|
#include <PDDFScoreFilter.hh>
Public Member Functions | |
PDDFScoreFilter () | |
c-tor and d-tor More... | |
~PDDFScoreFilter () override=default | |
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... | |
std::string | name () const override |
core::Real | cutoff () const |
void | cutoff (core::Real cutoff_value) |
core::Real | recent_score () |
![]() | |
Filter () | |
Filter (std::string const &) | |
~Filter () override | |
virtual void | report (std::ostream &, core::pose::Pose const &) const |
virtual core::Real | report_sm (core::pose::Pose const &) const |
used to report filter internals through a score or silent file More... | |
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 void | parse_my_tag (utility::tag::TagCOP, basic::datacache::DataMap &) |
Called by FilterFactory when constructing new Filter. Takes care of the specific mover's parsing. 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... | |
Private Attributes | |
protocols::scoring::methods::saxs::PDDFEnergyOP | score_ |
core::Real | score_value_ |
core::Real | cutoff_ |
Additional Inherited Members | |
![]() | |
std::string | scorename_ |
protocols::simple_filters::PDDFScoreFilter::PDDFScoreFilter | ( | ) |
c-tor and d-tor
References cutoff_, score_, and score_value_.
|
overridedefault |
|
overridevirtual |
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
References cutoff_, score_, and score_value_.
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
|
inline |
References cutoff_.
|
inline |
References cutoff_.
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
|
inlineoverridevirtual |
Reimplemented from protocols::filters::Filter.
|
inline |
References score_value_.
|
private |
Referenced by apply(), cutoff(), and PDDFScoreFilter().
|
private |
Referenced by apply(), and PDDFScoreFilter().
|
mutableprivate |
Referenced by apply(), PDDFScoreFilter(), and recent_score().