![]() |
Rosetta
2021.16
|
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...
#include <HbondsToAtomFilter.hh>

Public Types | |
| typedef core::Real | Real |
| typedef core::Size | Size |
Public Member Functions | |
| HbondsToAtomFilter () | |
| HbondsToAtomFilter (std::string const &resnum, core::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 override |
| Returns true if the given pose passes the filter, false otherwise. More... | |
| protocols::filters::FilterOP | clone () const override |
| protocols::filters::FilterOP | fresh_instance () const override |
| void | report (std::ostream &out, core::pose::Pose const &pose) const override |
| core::Real | report_sm (core::pose::Pose const &pose) const override |
| used to report filter internals through a score or silent file More... | |
| core::Size | compute (core::pose::Pose const &pose) const |
| ~HbondsToAtomFilter () override | |
| void | parse_my_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &) override |
| Called by FilterFactory when constructing new Filter. Takes care of the specific mover's parsing. More... | |
| std::string | name () const override |
Public Member Functions inherited from protocols::filters::Filter | |
| Filter () | |
| Filter (std::string const &) | |
| Filter (Filter const &) | |
| ~Filter () override | |
| 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 core::Real | score (core::pose::Pose &pose) |
| virtual void | provide_citation_info (basic::citation_manager::CitationCollectionList &) const |
| Provide citations to the passed CitationCollectionList Subclasses should add the info for themselves and any other classes they use. More... | |
Static Public Member Functions | |
| static std::string | class_name () |
| static void | provide_xml_schema (utility::tag::XMLSchemaDefinition &xsd) |
Private Attributes | |
| std::string | resnum_ |
| core::Size | partners_ |
| Real | energy_cutoff_ |
| std::string | atomdesg_ |
| bool | backbone_ |
| bool | sidechain_ |
| bool | bb_bb_ |
Additional Inherited Members | |
Protected Attributes inherited from protocols::filters::Filter | |
| std::string | scorename_ |
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
|
inline |
|
inline |
References backbone_, energy_cutoff_, partners_, and sidechain_.
|
overridedefault |
|
overridevirtual |
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
References core::scoring::TR().
|
static |
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
| core::Size protocols::protein_interface_design::filters::HbondsToAtomFilter::compute | ( | core::pose::Pose const & | pose | ) | const |
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
|
overridevirtual |
Reimplemented from protocols::filters::Filter.
|
overridevirtual |
Called by FilterFactory when constructing new Filter. Takes care of the specific mover's parsing.
Reimplemented from protocols::filters::Filter.
References core::pose::get_resnum_string(), and core::scoring::TR().
|
static |
|
overridevirtual |
Reimplemented from protocols::filters::Filter.
|
overridevirtual |
used to report filter internals through a score or silent file
Reimplemented from protocols::filters::Filter.
|
private |
|
private |
Referenced by HbondsToAtomFilter().
|
private |
|
private |
Referenced by HbondsToAtomFilter().
|
private |
Referenced by HbondsToAtomFilter().
|
private |
|
private |
Referenced by HbondsToAtomFilter().
1.8.7