|
| | StubScoreLoopsFilter () |
| | default ctor More...
|
| |
| virtual | ~StubScoreLoopsFilter () |
| |
virtual
protocols::filters::FilterOP | clone () const |
| |
virtual
protocols::filters::FilterOP | fresh_instance () const |
| |
| void | parse_my_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &, protocols::filters::Filters_map const &, protocols::moves::Movers_map const &, core::pose::Pose const &) |
| |
| | 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::TagCOP tag, basic::datacache::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 |
| |
| | 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) |
| |