Rosetta
|
#include <ReplicateFilter.hh>
Public Member Functions | |
ReplicateFilter () | |
default ctor More... | |
ReplicateFilter (protocols::filters::FilterOP subfilter, core::Size replicates=1, core::Size upper_trim=0, core::Size lower_trim=0) | |
bool | apply (core::pose::Pose const &pose) const override |
Returns true if the given pose passes the filter, false otherwise. More... | |
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::Real | compute (core::pose::Pose const &pose) const |
protocols::filters::FilterOP | clone () const override |
protocols::filters::FilterOP | fresh_instance () const override |
~ReplicateFilter () override=default | |
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... | |
void | subfilter (protocols::filters::FilterOP subfilter) |
void | median (bool median) |
void | threshold (core::Real threshold) |
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 | |
protocols::filters::FilterOP | subfilter_ |
core::Size | replicates_ |
core::Size | upper_trim_ |
core::Size | lower_trim_ |
bool | median_ |
core::Real | threshold_ |
Additional Inherited Members | |
![]() | |
std::string | scorename_ |
protocols::filters::ReplicateFilter::ReplicateFilter | ( | ) |
default ctor
protocols::filters::ReplicateFilter::ReplicateFilter | ( | protocols::filters::FilterOP | subfilter, |
core::Size | replicates = 1 , |
||
core::Size | upper_trim = 0 , |
||
core::Size | lower_trim = 0 |
||
) |
|
overridedefault |
|
overridevirtual |
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
References compute(), and threshold_.
|
static |
Referenced by protocols::filters::ReplicateFilterCreator::keyname(), name(), and provide_xml_schema().
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
core::Real protocols::filters::ReplicateFilter::compute | ( | core::pose::Pose const & | pose | ) | const |
References lower_trim_, core::simple_metrics::metrics::mean, median_, replicates_, subfilter_, protocols::filters::TR(), and upper_trim_.
Referenced by apply(), report(), and report_sm().
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
|
inline |
|
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 lower_trim_, median_, protocols::rosetta_scripts::parse_filter(), replicates_, subfilter_, threshold_, and upper_trim_.
|
static |
References class_name(), and protocols::filters::xsd_type_definition_w_attributes().
Referenced by protocols::filters::ReplicateFilterCreator::provide_xml_schema().
|
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().
|
inline |
References subfilter(), and subfilter_.
Referenced by subfilter().
|
inline |
References threshold(), and threshold_.
Referenced by threshold().
|
private |
Referenced by compute(), and parse_my_tag().
|
private |
Referenced by compute(), median(), and parse_my_tag().
|
private |
Referenced by compute(), and parse_my_tag().
|
private |
Referenced by compute(), parse_my_tag(), and subfilter().
|
private |
Referenced by apply(), parse_my_tag(), and threshold().
|
private |
Referenced by compute(), and parse_my_tag().