![]() |
Rosetta
2021.16
|
Filter that computes scores of constraints generated by ConstraintGenerators. More...
#include <ConstraintScoreFilter.hh>

Public Member Functions | |
| ConstraintScoreFilter () | |
| ~ConstraintScoreFilter () override | |
| bool | apply (core::pose::Pose const &pose) const override |
| returns true if the structure passes the filter, false otherwise More... | |
| core::Real | report_sm (core::pose::Pose const &pose) const override |
| required for reporting score values More... | |
| void | report (std::ostream &os, core::pose::Pose const &pose) const override |
| allows printing data to a stream More... | |
| virtual std::string | get_name () const |
| void | parse_my_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &data) override |
| parse XML tag (to use this Mover in Rosetta Scripts) More... | |
| protocols::filters::FilterOP | fresh_instance () const override |
| required in the context of the parser/scripting scheme More... | |
| protocols::filters::FilterOP | clone () const override |
| required in the context of the parser/scripting scheme 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 Types | |
| typedef utility::vector1 < constraint_generator::ConstraintGeneratorCOP > | ConstraintGeneratorCOPs |
Private Attributes | |
| ConstraintGeneratorCOPs | cgs_ |
| core::Real | threshold_ |
Additional Inherited Members | |
Protected Attributes inherited from protocols::filters::Filter | |
| std::string | scorename_ |
Filter that computes scores of constraints generated by ConstraintGenerators.
|
private |
| protocols::constraint_filters::ConstraintScoreFilter::ConstraintScoreFilter | ( | ) |
|
overridedefault |
|
overridevirtual |
returns true if the structure passes the filter, false otherwise
Implements protocols::filters::Filter.
References report_sm(), and threshold_.
|
static |
|
overridevirtual |
required in the context of the parser/scripting scheme
Implements protocols::filters::Filter.
|
overridevirtual |
required in the context of the parser/scripting scheme
Implements protocols::filters::Filter.
|
virtual |
References class_name().
|
overridevirtual |
Reimplemented from protocols::filters::Filter.
References class_name().
|
overridevirtual |
parse XML tag (to use this Mover in Rosetta Scripts)
Reimplemented from protocols::filters::Filter.
References cgs_, protocols::constraint_generator::parse_constraint_generators(), and threshold_.
|
static |
|
overridevirtual |
allows printing data to a stream
Reimplemented from protocols::filters::Filter.
|
overridevirtual |
required for reporting score values
Reimplemented from protocols::filters::Filter.
References core::scoring::angle_constraint, protocols::constraint_generator::AddConstraints::apply(), core::scoring::atom_pair_constraint, core::scoring::backbone_stub_constraint, cgs_, core::scoring::Energies::clear(), core::scoring::coordinate_constraint, core::scoring::dihedral_constraint, core::pose::Pose::energies(), core::pose::Pose::remove_constraints(), core::scoring::res_type_constraint, and protocols::constraint_filters::TR().
Referenced by apply().
|
private |
Referenced by parse_my_tag(), and report_sm().
|
private |
Referenced by apply(), and parse_my_tag().
1.8.7