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

Public Member Functions | |
| SpanTopologyMatchPoseFilter () | |
| 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 |
| filters::FilterOP | clone () const override |
| filters::FilterOP | fresh_instance () const override |
| ~SpanTopologyMatchPoseFilter () 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 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 Member Functions | |
| std::string | actual_topology (core::pose::Pose const &pose) const |
| std::string | span_file_topology (core::pose::Pose const &pose) const |
| core::Real | compare_topo_strings (std::string const ts_span, std::string const ts_actual) const |
Private Attributes | |
| core::Real | threshold_ = 0.3 |
| std::string | output_ = "" |
Additional Inherited Members | |
Protected Attributes inherited from protocols::filters::Filter | |
| std::string | scorename_ |
|
inline |
|
override |
|
private |
|
overridevirtual |
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
References compute(), and threshold_.
|
static |
Referenced by name(), and provide_xml_schema().
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
|
private |
References protocols::analysis::total.
Referenced by compute().
| core::Real protocols::simple_filters::SpanTopologyMatchPoseFilter::compute | ( | core::pose::Pose const & | pose | ) | const |
References actual_topology(), compare_topo_strings(), protocols::filters::Filter::score(), span_file_topology(), and protocols::simple_filters::TR().
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 output_, threshold_, and protocols::simple_filters::TR().
|
static |
|
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().
|
private |
References core::pose::Pose::conformation(), core::sequence::end, core::conformation::Residue::is_protein(), core::pose::symmetry::is_symmetric(), core::conformation::Conformation::membrane_info(), core::pose::Pose::residue(), core::pose::Pose::size(), protocols::loops::start, and core::pose::symmetry::symmetry_info().
Referenced by compute().
|
private |
Referenced by parse_my_tag().
|
private |
Referenced by apply(), and parse_my_tag().
1.8.7