Rosetta
Public Member Functions | Private Attributes | List of all members
protocols::simple_filters::PDDFScoreFilter Class Reference

#include <PDDFScoreFilter.hh>

Inheritance diagram for protocols::simple_filters::PDDFScoreFilter:
Inheritance graph
[legend]

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 ()
 
- Public Member Functions inherited from protocols::filters::Filter
 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

- Protected Attributes inherited from protocols::filters::Filter
std::string scorename_
 

Constructor & Destructor Documentation

◆ PDDFScoreFilter()

protocols::simple_filters::PDDFScoreFilter::PDDFScoreFilter ( )

c-tor and d-tor

References cutoff_, score_, and score_value_.

◆ ~PDDFScoreFilter()

protocols::simple_filters::PDDFScoreFilter::~PDDFScoreFilter ( )
overridedefault

Member Function Documentation

◆ apply()

bool protocols::simple_filters::PDDFScoreFilter::apply ( core::pose::Pose const &  pose) const
overridevirtual

Returns true if the given pose passes the filter, false otherwise.

Implements protocols::filters::Filter.

References cutoff_, score_, and score_value_.

◆ clone()

filters::FilterOP protocols::simple_filters::PDDFScoreFilter::clone ( ) const
inlineoverridevirtual

◆ cutoff() [1/2]

core::Real protocols::simple_filters::PDDFScoreFilter::cutoff ( ) const
inline

References cutoff_.

◆ cutoff() [2/2]

void protocols::simple_filters::PDDFScoreFilter::cutoff ( core::Real  cutoff_value)
inline

References cutoff_.

◆ fresh_instance()

filters::FilterOP protocols::simple_filters::PDDFScoreFilter::fresh_instance ( ) const
inlineoverridevirtual

◆ name()

std::string protocols::simple_filters::PDDFScoreFilter::name ( ) const
inlineoverridevirtual

Reimplemented from protocols::filters::Filter.

◆ recent_score()

core::Real protocols::simple_filters::PDDFScoreFilter::recent_score ( )
inline

References score_value_.

Member Data Documentation

◆ cutoff_

core::Real protocols::simple_filters::PDDFScoreFilter::cutoff_
private

Referenced by apply(), cutoff(), and PDDFScoreFilter().

◆ score_

protocols::scoring::methods::saxs::PDDFEnergyOP protocols::simple_filters::PDDFScoreFilter::score_
private

Referenced by apply(), and PDDFScoreFilter().

◆ score_value_

core::Real protocols::simple_filters::PDDFScoreFilter::score_value_
mutableprivate

The documentation for this class was generated from the following files: