#include <ConstraintScoreCutoffFilter.hh>
|
| 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 |
|
| 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) |
|
protocols::simple_filters::ConstraintScoreCutoffFilter::ConstraintScoreCutoffFilter |
( |
) | |
|
protocols::simple_filters::ConstraintScoreCutoffFilter::ConstraintScoreCutoffFilter |
( |
core::Real |
cutoff_in) | |
|
bool protocols::simple_filters::ConstraintScoreCutoffFilter::apply |
( |
core::pose::Pose const & |
pose) | |
const |
|
virtual |
filters::FilterOP protocols::simple_filters::ConstraintScoreCutoffFilter::clone |
( |
) | |
const |
|
inlinevirtual |
core::Real protocols::simple_filters::ConstraintScoreCutoffFilter::cutoff |
( |
) | |
const |
|
inline |
filters::FilterOP protocols::simple_filters::ConstraintScoreCutoffFilter::fresh_instance |
( |
) | |
const |
|
inlinevirtual |
virtual std::string protocols::simple_filters::ConstraintScoreCutoffFilter::name |
( |
) | |
const |
|
inlinevirtual |
void protocols::simple_filters::ConstraintScoreCutoffFilter::report |
( |
std::ostream & |
ostr, |
|
|
core::pose::Pose const & |
pose |
|
) |
| const |
|
virtual |
void protocols::simple_filters::ConstraintScoreCutoffFilter::set_cutoff |
( |
core::Real |
cutoff_in) | |
|
|
inline |
void protocols::simple_filters::ConstraintScoreCutoffFilter::set_cutoff |
( |
core::pose::Pose const & |
pose) | |
|
|
inline |
core::Real protocols::simple_filters::ConstraintScoreCutoffFilter::cutoff_ |
|
private |
The documentation for this class was generated from the following files: