returns true if the number of hbonding partners to a particular residue exceeds a certain value This filter is useful in conjunction with DesignMinimizeHbonds class
More...
|
| HbondsToResidueFilter () |
|
| HbondsToResidueFilter (Size const resnum, Size const partners, Real const energy_cutoff=-0.5, bool const backbone=false, bool const sidechain=true) |
|
bool | apply (core::pose::Pose const &pose) const |
| Returns true if the given pose passes the filter, false otherwise. More...
|
|
FilterOP | clone () const |
|
FilterOP | fresh_instance () const |
|
void | report (std::ostream &out, core::pose::Pose const &pose) const |
|
core::Real | report_sm (core::pose::Pose const &pose) const |
| used to report filter internals through a score or silent file More...
|
|
core::Size | compute (core::pose::Pose const &pose) const |
|
virtual | ~HbondsToResidueFilter () |
|
void | parse_my_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &, Filters_map const &, protocols::moves::Movers_map const &, core::pose::Pose const &) |
|
| Filter () |
|
| Filter (std::string const &) |
|
| Filter (Filter const &) |
|
virtual | ~Filter () |
|
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 &, 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) |
|
virtual std::string | name () const |
|
returns true if the number of hbonding partners to a particular residue exceeds a certain value This filter is useful in conjunction with DesignMinimizeHbonds class