Rosetta
|
#include <ResiduesInInterfaceFilter.hh>
Public Member Functions | |
ResiduesInInterfaceFilter () | |
ResiduesInInterfaceFilter (core::Size const residues_in_interface_threshold, core::Size const rb_jump) | |
bool | apply (core::pose::Pose const &pose) const override |
Returns true if the given pose passes the filter, false otherwise. More... | |
filters::FilterOP | clone () const override |
filters::FilterOP | fresh_instance () const override |
ResiduesInInterfaceFilter (ResiduesInInterfaceFilter const &init) | |
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 |
~ResiduesInInterfaceFilter () 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 |
![]() | |
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 | |
core::Size | residues_in_interface_threshold_ |
core::Size | rb_jump_ |
Additional Inherited Members | |
![]() | |
std::string | scorename_ |
|
inline |
|
inline |
References rb_jump_, and residues_in_interface_threshold_.
|
inline |
References core::init::init(), rb_jump_, and residues_in_interface_threshold_.
|
overridedefault |
|
overridevirtual |
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
References compute(), residues_in_interface_threshold_, and protocols::simple_filters::residues_in_interface_tracer().
|
static |
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
core::Size protocols::simple_filters::ResiduesInInterfaceFilter::compute | ( | core::pose::Pose const & | pose | ) | const |
a utility for docking_filter
References core::scoring::get_score_function(), core::conformation::Residue::is_protein(), core::pose::Pose::num_jump(), rb_jump_, core::pose::Pose::residue(), and core::pose::Pose::size().
Referenced by apply(), report(), and report_sm().
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
|
overridevirtual |
Reimplemented from protocols::filters::Filter.
References class_name().
|
overridevirtual |
Called by FilterFactory when constructing new Filter. Takes care of the specific mover's parsing.
Reimplemented from protocols::filters::Filter.
References rb_jump_, residues_in_interface_threshold_, and protocols::simple_filters::residues_in_interface_tracer().
|
static |
|
overridevirtual |
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(), parse_my_tag(), and ResiduesInInterfaceFilter().
|
private |
Referenced by apply(), parse_my_tag(), and ResiduesInInterfaceFilter().