Rosetta
|
#include <InterRepeatContactFilter.hh>
Public Types | |
typedef protocols::filters::Filter | Super |
typedef protocols::filters::Filter | Filter |
typedef protocols::filters::FilterOP | FilterOP |
typedef core::Size | Size |
typedef core::Real | Real |
typedef core::pose::Pose | Pose |
typedef std::string | String |
typedef utility::tag::TagCOP | TagCOP |
typedef basic::datacache::DataMap | DataMap |
Public Member Functions | |
InterRepeatContactFilter () | |
InterRepeatContactFilter (InterRepeatContactFilter const &rval) | |
~InterRepeatContactFilter () override=default | |
filters::FilterOP | clone () const override |
filters::FilterOP | fresh_instance () const override |
void | filtered_value (Real const &value) |
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 |
std::string | name () const override |
![]() | |
Filter () | |
Filter (std::string 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 | filtered_value_ |
core::Size | numbRepeats_ |
core::Size | sequenceSep_ |
Real | distThresh_ |
Additional Inherited Members | |
![]() | |
std::string | scorename_ |
typedef std::string protocols::simple_filters::InterRepeatContactFilter::String |
typedef utility::tag::TagCOP protocols::simple_filters::InterRepeatContactFilter::TagCOP |
protocols::simple_filters::InterRepeatContactFilter::InterRepeatContactFilter | ( | ) |
|
default |
|
overridedefault |
|
overridevirtual |
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
References compute(), filtered_value_, and protocols::simple_filters::tr().
|
static |
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
InterRepeatContactFilter::Real protocols::simple_filters::InterRepeatContactFilter::compute | ( | Pose const & | pose | ) | const |
References core::pose::motif::a(), protocols::match::upstream::b, distThresh_, numbRepeats_, sequenceSep_, core::pose::Pose::size(), and core::pose::Pose::xyz().
Referenced by apply(), report(), and report_sm().
void protocols::simple_filters::InterRepeatContactFilter::filtered_value | ( | Real const & | value | ) |
References filtered_value_.
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
|
overridevirtual |
Reimplemented from protocols::filters::Filter.
References class_name().
|
overridevirtual |
parse xml
Reimplemented from protocols::filters::Filter.
References distThresh_, filtered_value_, numbRepeats_, sequenceSep_, and protocols::simple_filters::tr().
|
static |
|
overridevirtual |
used to report score
Reimplemented from protocols::filters::Filter.
References compute(), and core::conformation::membrane::out.
|
overridevirtual |
used to report filter internals through a score or silent file
Reimplemented from protocols::filters::Filter.
References compute().
|
private |
Referenced by compute(), and parse_my_tag().
|
private |
Referenced by apply(), filtered_value(), and parse_my_tag().
|
private |
Referenced by compute(), and parse_my_tag().
|
private |
Referenced by compute(), and parse_my_tag().