|
Rosetta 3.5
|
#include <ConstraintScoreCutoffFilter.hh>


Public Types | |
| typedef protocols::filters::Filter | parent |
Public Member Functions | |
| ConstraintScoreCutoffFilter () | |
| c-tor and More... | |
| ConstraintScoreCutoffFilter (core::Real cutoff_in) | |
| filters::FilterOP | clone () const |
| filters::FilterOP | fresh_instance () const |
| virtual void | report (std::ostream &ostr, core::pose::Pose const &pose) const |
| void | parse_my_tag (utility::tag::TagPtr const tag, protocols::moves::DataMap &, filters::Filters_map const &, protocols::moves::Movers_map const &, core::pose::Pose const &) |
| virtual bool | apply (core::pose::Pose const &pose) const |
| Returns true if the given pose passes the filter, false otherwise. In this case, the test is the result of the following comparison: sc <= cutoff Where cutoff is the cutoff set for this filter, and sc is the value of the ScoreType from the Pose Energies object. More... | |
| void | set_cutoff (core::Real cutoff_in) |
| void | set_cutoff (core::pose::Pose const &pose) |
| core::Real | cutoff () const |
| void | set_constraints (core::scoring::constraints::ConstraintCOPs cst_in) |
| void | set_score_type (core::scoring::ScoreType scotype) |
| core::Real | get_score (core::pose::Pose const &pose) const |
| virtual std::string | name () const |
Public Member Functions inherited from protocols::filters::Filter | |
| Filter () | |
| Filter (std::string const &) | |
| Filter (Filter const &) | |
| virtual | ~Filter () |
| 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 | 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 | |
| core::scoring::ScoreType | score_type_ |
| core::Real | cutoff_ |
| core::scoring::constraints::ConstraintCOPs | constraints_ |
Additional Inherited Members | |
Protected Attributes inherited from protocols::filters::Filter | |
| std::string | scorename_ |
Definition at line 44 of file ConstraintScoreCutoffFilter.hh.
Definition at line 47 of file ConstraintScoreCutoffFilter.hh.
| protocols::simple_filters::ConstraintScoreCutoffFilter::ConstraintScoreCutoffFilter | ( | ) |
c-tor and
Definition at line 63 of file ConstraintScoreCutoffFilter.cc.
Referenced by clone(), protocols::simple_filters::ConstraintScoreCutoffFilterCreator::create_filter(), and fresh_instance().
| protocols::simple_filters::ConstraintScoreCutoffFilter::ConstraintScoreCutoffFilter | ( | core::Real | cutoff_in) |
Definition at line 68 of file ConstraintScoreCutoffFilter.cc.
|
virtual |
Returns true if the given pose passes the filter, false otherwise. In this case, the test is the result of the following comparison: sc <= cutoff Where cutoff is the cutoff set for this filter, and sc is the value of the ScoreType from the Pose Energies object.
Implements protocols::filters::Filter.
Definition at line 85 of file ConstraintScoreCutoffFilter.cc.
References cutoff(), protocols::jd2::get_current_job(), get_score(), and protocols::filters::Filter::get_user_defined_name().
|
inlinevirtual |
Implements protocols::filters::Filter.
Definition at line 54 of file ConstraintScoreCutoffFilter.hh.
References ConstraintScoreCutoffFilter().
|
inline |
Definition at line 85 of file ConstraintScoreCutoffFilter.hh.
References cutoff_.
Referenced by apply().
|
inlinevirtual |
Implements protocols::filters::Filter.
Definition at line 57 of file ConstraintScoreCutoffFilter.hh.
References ConstraintScoreCutoffFilter().
| core::Real protocols::simple_filters::ConstraintScoreCutoffFilter::get_score | ( | core::pose::Pose const & | pose) | const |
Definition at line 95 of file ConstraintScoreCutoffFilter.cc.
References core::pose::Pose::add_constraints(), core::pose::Pose::constraint_set(), constraints_, score_type_, and core::scoring::ScoreFunction::set_weight().
Referenced by apply(), and set_cutoff().
|
inlinevirtual |
Reimplemented from protocols::filters::Filter.
Definition at line 95 of file ConstraintScoreCutoffFilter.hh.
|
virtual |
Reimplemented from protocols::filters::Filter.
Definition at line 106 of file ConstraintScoreCutoffFilter.cc.
References cutoff_, and protocols::filters::Filter::set_user_defined_name().
|
virtual |
Reimplemented from protocols::filters::Filter.
Definition at line 118 of file ConstraintScoreCutoffFilter.cc.
| void protocols::simple_filters::ConstraintScoreCutoffFilter::set_constraints | ( | core::scoring::constraints::ConstraintCOPs | cst_in) |
Definition at line 79 of file ConstraintScoreCutoffFilter.cc.
References constraints_.
Referenced by protocols::protein_interface_design::filters::StubScoreLoopsFilter::parse_my_tag().
|
inline |
Definition at line 77 of file ConstraintScoreCutoffFilter.hh.
References cutoff_.
|
inline |
Definition at line 81 of file ConstraintScoreCutoffFilter.hh.
References cutoff_, and get_score().
| void protocols::simple_filters::ConstraintScoreCutoffFilter::set_score_type | ( | core::scoring::ScoreType | scotype) |
Definition at line 74 of file ConstraintScoreCutoffFilter.cc.
References score_type_.
Referenced by protocols::protein_interface_design::filters::StubScoreLoopsFilter::StubScoreLoopsFilter().
|
private |
Definition at line 102 of file ConstraintScoreCutoffFilter.hh.
Referenced by get_score(), and set_constraints().
|
private |
Definition at line 101 of file ConstraintScoreCutoffFilter.hh.
Referenced by cutoff(), parse_my_tag(), and set_cutoff().
|
private |
Definition at line 100 of file ConstraintScoreCutoffFilter.hh.
Referenced by get_score(), and set_score_type().
1.8.4