|
Rosetta 3.5
|
#include <PDDFScoreFilter.hh>


Public Member Functions | |
| PDDFScoreFilter () | |
| c-tor and d-tor More... | |
| virtual | ~PDDFScoreFilter () |
| filters::FilterOP | clone () const |
| filters::FilterOP | fresh_instance () const |
| virtual bool | apply (core::pose::Pose const &pose) const |
| Returns true if the given pose passes the filter, false otherwise. More... | |
| virtual std::string | name () const |
| 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 (Filter const &) | |
| virtual | ~Filter () |
| 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::TagPtr const, moves::DataMap &, Filters_map const &, moves::Movers_map const &, core::pose::Pose const &) |
| virtual void | apply (core::io::serialization::PipeMap &pmap) |
| virtual void | score (core::io::serialization::PipeMap &pmap) |
| virtual core::Real | score (core::pose::Pose &pose) |
| virtual void | parse_def (utility::lua::LuaObject const &def, utility::lua::LuaObject const &score_fxns, utility::lua::LuaObject const &tasks) |
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_ |
Definition at line 30 of file PDDFScoreFilter.hh.
| protocols::simple_filters::PDDFScoreFilter::PDDFScoreFilter | ( | ) |
c-tor and d-tor
Definition at line 44 of file PDDFScoreFilter.cc.
References cutoff_, score_, and score_value_.
Referenced by clone(), and fresh_instance().
|
inlinevirtual |
Definition at line 35 of file PDDFScoreFilter.hh.
|
virtual |
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
Definition at line 54 of file PDDFScoreFilter.cc.
References cutoff_, score_, and score_value_.
|
inlinevirtual |
Implements protocols::filters::Filter.
Definition at line 37 of file PDDFScoreFilter.hh.
References PDDFScoreFilter().
|
inline |
Definition at line 53 of file PDDFScoreFilter.hh.
References cutoff_.
|
inline |
Definition at line 57 of file PDDFScoreFilter.hh.
References cutoff_.
|
inlinevirtual |
Implements protocols::filters::Filter.
Definition at line 40 of file PDDFScoreFilter.hh.
References PDDFScoreFilter().
|
inlinevirtual |
Reimplemented from protocols::filters::Filter.
Definition at line 49 of file PDDFScoreFilter.hh.
|
inline |
Definition at line 59 of file PDDFScoreFilter.hh.
References score_value_.
|
private |
Definition at line 64 of file PDDFScoreFilter.hh.
Referenced by apply(), cutoff(), and PDDFScoreFilter().
|
private |
Definition at line 62 of file PDDFScoreFilter.hh.
Referenced by apply(), and PDDFScoreFilter().
|
mutableprivate |
Definition at line 63 of file PDDFScoreFilter.hh.
Referenced by apply(), PDDFScoreFilter(), and recent_score().
1.8.4