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

Public Member Functions | |
| TrueFilter () | |
| bool | apply (core::pose::Pose const &) const override |
| Returns true if the given pose passes the filter, false otherwise. More... | |
| FilterOP | clone () const override |
| FilterOP | fresh_instance () const 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 |
Public Member Functions inherited from protocols::filters::Filter | |
| Filter () | |
| Filter (std::string const &) | |
| Filter (Filter const &) | |
| ~Filter () override | |
| virtual void | report (std::ostream &, core::pose::Pose const &) const |
| virtual core::Real | report_sm (core::pose::Pose const &) const |
| used to report filter internals through a score or silent file More... | |
| 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) |
Additional Inherited Members | |
Protected Attributes inherited from protocols::filters::Filter | |
| std::string | scorename_ |
|
inline |
|
inlineoverridevirtual |
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
|
static |
Referenced by name(), protocols::filters::FalseFilter::name(), protocols::filters::StochasticFilter::name(), protocols::filters::CompoundFilter::name(), protocols::filters::CombinedFilter::name(), protocols::filters::MoveBeforeFilter::name(), protocols::filters::IfThenFilter::name(), provide_xml_schema(), protocols::filters::FalseFilter::provide_xml_schema(), protocols::filters::StochasticFilter::provide_xml_schema(), protocols::filters::CompoundFilter::provide_xml_schema(), protocols::filters::CombinedFilter::provide_xml_schema(), protocols::filters::MoveBeforeFilter::provide_xml_schema(), and protocols::filters::IfThenFilter::provide_xml_schema().
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
|
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.
|
static |
References class_name(), and protocols::filters::xsd_type_definition_w_attributes().
Referenced by protocols::filters::TrueFilterCreator::provide_xml_schema().
1.8.7