![]() |
Rosetta
2021.16
|
#include <InterlockingAromaFilter.hh>

Public Types | |
| typedef protocols::filters::Filter | Super |
| typedef protocols::filters::Filter | Filter |
| typedef protocols::filters::FilterOP | FilterOP |
| typedef core::Real | Real |
| typedef core::pose::Pose | Pose |
| typedef std::string | String |
| typedef protocols::fldsgn::topology::SS_Info2_COP | SS_Info2_COP |
| typedef utility::tag::TagCOP | TagCOP |
| typedef basic::datacache::DataMap | DataMap |
Public Member Functions | |
| InterlockingAromaFilter () | |
| InterlockingAromaFilter (String const &type) | |
| InterlockingAromaFilter (InterlockingAromaFilter const &rval) | |
| ~InterlockingAromaFilter () override | |
| FilterOP | clone () const override |
| FilterOP | fresh_instance () const override |
| void | filter_value (Real const value) |
| void | contact_distance (Real const value) |
| void | verbose (bool const b) |
| void | parse_my_tag (TagCOP tag, basic::datacache::DataMap &) override |
| parse xml More... | |
| bool | apply (Pose const &pose) const override |
| Returns true if the given pose passes the filter, false otherwise. More... | |
| Real | report_sm (Pose const &pose) const override |
| used to report filter internals through a score or silent file More... | |
| void | report (std::ostream &out, Pose const &pose) const override |
| used to report score More... | |
| Real | compute (Pose const &pose) const |
| compute this filter More... | |
| bool | compute (core::Size const &res, Pose const &pose, SS_Info2_COP const ssinfo) const |
| compute this filter for a give residue 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 | |
| Real | filter_value_ |
| Real | contact_dist2_ |
| String | input_ss_ |
| bool | verbose_ |
Additional Inherited Members | |
Protected Attributes inherited from protocols::filters::Filter | |
| std::string | scorename_ |
| typedef basic::datacache::DataMap protocols::fldsgn::filters::InterlockingAromaFilter::DataMap |
| typedef protocols::fldsgn::topology::SS_Info2_COP protocols::fldsgn::filters::InterlockingAromaFilter::SS_Info2_COP |
| typedef std::string protocols::fldsgn::filters::InterlockingAromaFilter::String |
| typedef utility::tag::TagCOP protocols::fldsgn::filters::InterlockingAromaFilter::TagCOP |
| protocols::fldsgn::filters::InterlockingAromaFilter::InterlockingAromaFilter | ( | ) |
| protocols::fldsgn::filters::InterlockingAromaFilter::InterlockingAromaFilter | ( | String const & | type | ) |
|
default |
|
inlineoverride |
|
overridevirtual |
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
References compute(), filter_value_, and tr().
|
static |
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
| InterlockingAromaFilter::Real protocols::fldsgn::filters::InterlockingAromaFilter::compute | ( | Pose const & | pose | ) | const |
compute this filter
References core::pose::Pose::aa(), core::chemical::aa_phe, core::chemical::aa_trp, core::chemical::aa_tyr, protocols::simple_filters::dssp(), input_ss_, and core::pose::Pose::size().
Referenced by apply(), report(), and report_sm().
| bool protocols::fldsgn::filters::InterlockingAromaFilter::compute | ( | core::Size const & | res, |
| Pose const & | pose, | ||
| SS_Info2_COP const | ssinfo | ||
| ) | const |
compute this filter for a give residue
References core::pose::Pose::aa(), core::chemical::aa_phe, core::chemical::aa_trp, core::chemical::aa_tyr, contact_dist2_, core::pose::Pose::energies(), core::pose::Pose::residue(), core::scoring::Energies::tenA_neighbor_graph(), and tr().
| void protocols::fldsgn::filters::InterlockingAromaFilter::contact_distance | ( | Real const | value | ) |
References contact_dist2_, and core::scoring::electron_density::square().
Referenced by parse_my_tag().
| void protocols::fldsgn::filters::InterlockingAromaFilter::filter_value | ( | Real const | value | ) |
References filter_value_.
Referenced by parse_my_tag().
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
|
overridevirtual |
Reimplemented from protocols::filters::Filter.
References class_name().
|
overridevirtual |
parse xml
Reimplemented from protocols::filters::Filter.
References contact_distance(), filter_value(), input_ss_, protocols::parser::BluePrint::secstruct(), and verbose_.
|
static |
|
overridevirtual |
|
overridevirtual |
used to report filter internals through a score or silent file
Reimplemented from protocols::filters::Filter.
References compute().
| void protocols::fldsgn::filters::InterlockingAromaFilter::verbose | ( | bool const | b | ) |
References protocols::match::upstream::b, and verbose_.
|
private |
Referenced by compute(), and contact_distance().
|
private |
Referenced by apply(), and filter_value().
|
private |
Referenced by compute(), and parse_my_tag().
|
private |
Referenced by parse_my_tag(), and verbose().
1.8.7