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

Public Member Functions | |
| ExpiryFilter () | |
| 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 |
| 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 |
| ~ExpiryFilter () 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... | |
| core::Size | seconds () const |
| void | seconds (core::Size const s) |
| core::Size | start_time () const |
| 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 | |
| core::Size | seconds_ |
| core::Size | start_time_ |
Additional Inherited Members | |
Protected Attributes inherited from protocols::filters::Filter | |
| std::string | scorename_ |
| protocols::simple_filters::ExpiryFilter::ExpiryFilter | ( | ) |
References start_time_.
|
overridedefault |
|
overridevirtual |
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
|
static |
Referenced by protocols::simple_filters::ExpiryFilterCreator::keyname(), name(), and provide_xml_schema().
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
| core::Real protocols::simple_filters::ExpiryFilter::compute | ( | core::pose::Pose const & | pose | ) | const |
References start_time().
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 seconds().
|
static |
References class_name(), and protocols::filters::xsd_type_definition_w_attributes().
Referenced by protocols::simple_filters::ExpiryFilterCreator::provide_xml_schema().
|
overridevirtual |
Reimplemented from protocols::filters::Filter.
References compute().
|
overridevirtual |
used to report filter internals through a score or silent file
Reimplemented from protocols::filters::Filter.
References compute().
| core::Size protocols::simple_filters::ExpiryFilter::seconds | ( | ) | const |
References seconds_.
Referenced by apply(), and parse_my_tag().
| void protocols::simple_filters::ExpiryFilter::seconds | ( | core::Size const | s | ) |
References seconds_.
| core::Size protocols::simple_filters::ExpiryFilter::start_time | ( | ) | const |
References start_time_.
Referenced by compute().
|
private |
Referenced by seconds().
|
private |
Referenced by ExpiryFilter(), and start_time().
1.8.7