![]() |
Rosetta
2021.16
|
simply takes a list of pdbs and creates relative pose then extract sigmoids and call operator (product) More...
#include <MultipleSigmoidsFilter.hh>

Public Member Functions | |
| MultipleSigmoids () | |
| ~MultipleSigmoids () override | |
| filters::FilterOP | clone () const override |
| filters::FilterOP | fresh_instance () const override |
| 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... | |
| 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::Real | compute (core::pose::Pose const &pose) const |
| core::Real | threshold () const |
| void | threshold (core::Real const t) |
| OperatorOP | operator_filter () const |
| void | operator_filter (OperatorOP opt) |
| SigmoidOP | sigmoid_filter () const |
| RelativePoseFilterOP | relative_pose_filter () const |
| void | relative_pose_filter (RelativePoseFilterOP rpose) |
| void | reset_baseline (core::pose::Pose const &pose, bool const attempt_read_from_checkpoint) |
| std::string | name () const override |
| allows within-trajectory resetting of the baseline. Notice this is nonconst, so can't be called from apply. attempt_read_from_checkpoint should be true for MC trials > 1, but false otherwise More... | |
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 | |
| std::string | file_names_ |
| core::Real | threshold_ |
| RelativePoseFilterOP | r_pose_ |
| SigmoidOP | sig_ |
| OperatorOP | operatorF_ |
Additional Inherited Members | |
Protected Attributes inherited from protocols::filters::Filter | |
| std::string | scorename_ |
simply takes a list of pdbs and creates relative pose then extract sigmoids and call operator (product)
| protocols::calc_taskop_filters::MultipleSigmoids::MultipleSigmoids | ( | ) |
|
overridedefault |
|
overridevirtual |
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
References compute(), threshold(), and protocols::hybridization::val.
|
static |
|
overridevirtual |
Implements protocols::filters::Filter.
| core::Real protocols::calc_taskop_filters::MultipleSigmoids::compute | ( | core::pose::Pose const & | pose | ) | const |
References operatorF_, protocols::calc_taskop_filters::TR(), and protocols::hybridization::val.
Referenced by apply(), report(), and report_sm().
|
overridevirtual |
Implements protocols::filters::Filter.
|
overridevirtual |
allows within-trajectory resetting of the baseline. Notice this is nonconst, so can't be called from apply. attempt_read_from_checkpoint should be true for MC trials > 1, but false otherwise
Reimplemented from protocols::filters::Filter.
References class_name().
| OperatorOP protocols::calc_taskop_filters::MultipleSigmoids::operator_filter | ( | ) | const |
References operatorF_.
| void protocols::calc_taskop_filters::MultipleSigmoids::operator_filter | ( | OperatorOP | opt | ) |
References operatorF_.
|
overridevirtual |
Called by FilterFactory when constructing new Filter. Takes care of the specific mover's parsing.
Reimplemented from protocols::filters::Filter.
References operatorF_, r_pose_, sig_, threshold(), and protocols::calc_taskop_filters::TR().
|
static |
References protocols::calc_taskop_filters::Sigmoid::attributes(), protocols::calc_taskop_filters::Operator::attributes(), protocols::calc_taskop_filters::RelativePoseFilter::attributes(), class_name(), protocols::calc_taskop_filters::subtag_for_multiple_sigmoids(), and protocols::filters::xsd_type_definition_w_attributes_and_repeatable_subelements().
Referenced by protocols::calc_taskop_filters::MultipleSigmoidsFilterCreator::provide_xml_schema().
| RelativePoseFilterOP protocols::calc_taskop_filters::MultipleSigmoids::relative_pose_filter | ( | ) | const |
References r_pose_.
| void protocols::calc_taskop_filters::MultipleSigmoids::relative_pose_filter | ( | RelativePoseFilterOP | rpose | ) |
References r_pose_.
|
overridevirtual |
Reimplemented from protocols::filters::Filter.
References compute(), and protocols::hybridization::val.
|
overridevirtual |
used to report filter internals through a score or silent file
Reimplemented from protocols::filters::Filter.
References compute(), and operatorF_.
| void protocols::calc_taskop_filters::MultipleSigmoids::reset_baseline | ( | core::pose::Pose const & | pose, |
| bool const | attempt_read_from_checkpoint | ||
| ) |
References operatorF_, and protocols::calc_taskop_filters::TR().
| SigmoidOP protocols::calc_taskop_filters::MultipleSigmoids::sigmoid_filter | ( | ) | const |
References sig_.
|
inline |
References threshold_.
Referenced by apply(), and parse_my_tag().
|
inline |
References protocols::hybridization::t, and threshold_.
|
private |
|
private |
Referenced by compute(), operator_filter(), parse_my_tag(), report_sm(), and reset_baseline().
|
private |
Referenced by parse_my_tag(), and relative_pose_filter().
|
private |
Referenced by parse_my_tag(), and sigmoid_filter().
|
private |
Referenced by threshold().
1.8.7