Rosetta
|
Filter used in 'Principles for designing proteins with cavities formed by curved b-sheets' to control helix geometry. More...
#include <HelixBendFilter.hh>
Public Member Functions | |
HelixBendFilter () | |
~HelixBendFilter () override | |
void | secstruct (std::string const &ss) |
set secondary structure More... | |
void | set_secstruct_from_bp (std::string const &bp_file_path) |
set secondary structure using a blueprint file More... | |
void | threshold (core::Real const r) |
minimum angle for filtering More... | |
void | helix_id (core::Size const r) |
Strand id number. More... | |
bool | apply (core::pose::Pose const &pose) const override |
returns true if the structure passes the filter, false otherwise More... | |
void | compute (core::pose::Pose const &pose) const |
computes filter value 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... | |
std::string | name () const override |
void | parse_my_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &data) override |
parse XML tag (to use this Filter 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... | |
![]() | |
Filter () | |
Filter (std::string 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 | secstruct_ |
core::Real | threshold_ |
core::Size | helix_id_ |
bool | filter_status_ |
core::Real | filter_val_ |
Additional Inherited Members | |
![]() | |
std::string | scorename_ |
Filter used in 'Principles for designing proteins with cavities formed by curved b-sheets' to control helix geometry.
protocols::fldsgn::filters::HelixBendFilter::HelixBendFilter | ( | ) |
|
overridedefault |
|
overridevirtual |
returns true if the structure passes the filter, false otherwise
Implements protocols::filters::Filter.
References compute(), filter_status_, secstruct_, core::pose::Pose::size(), and protocols::fldsgn::TR().
|
static |
Referenced by protocols::fldsgn::filters::HelixBendFilterCreator::keyname(), name(), and provide_xml_schema().
|
overridevirtual |
required in the context of the parser/scripting scheme
Implements protocols::filters::Filter.
void protocols::fldsgn::filters::HelixBendFilter::compute | ( | core::pose::Pose const & | pose | ) | const |
computes filter value
References core::conformation::Residue::atom(), protocols::simple_filters::dssp(), core::sequence::end, filter_status_, filter_val_, helix_id_, protocols::mean_field::min(), core::pose::Pose::residue(), secstruct_, threshold_, protocols::fldsgn::TR(), core::conformation::Atom::xyz(), and core::conformation::Residue::xyz().
Referenced by apply(), and report_sm().
|
overridevirtual |
required in the context of the parser/scripting scheme
Implements protocols::filters::Filter.
void protocols::fldsgn::filters::HelixBendFilter::helix_id | ( | core::Size const | r | ) |
Strand id number.
References helix_id_.
|
overridevirtual |
Reimplemented from protocols::filters::Filter.
References class_name().
|
overridevirtual |
parse XML tag (to use this Filter in Rosetta Scripts)
Reimplemented from protocols::filters::Filter.
References helix_id_, secstruct(), set_secstruct_from_bp(), and threshold_.
|
static |
|
overridevirtual |
allows printing data to a stream
Reimplemented from protocols::filters::Filter.
References filter_status_, filter_val_, threshold_, and protocols::fldsgn::TR().
|
overridevirtual |
required for reporting score values
Reimplemented from protocols::filters::Filter.
References compute(), filter_status_, filter_val_, threshold_, and protocols::fldsgn::TR().
void protocols::fldsgn::filters::HelixBendFilter::secstruct | ( | std::string const & | ss | ) |
set secondary structure
References secstruct_.
Referenced by parse_my_tag(), and set_secstruct_from_bp().
void protocols::fldsgn::filters::HelixBendFilter::set_secstruct_from_bp | ( | std::string const & | bp_file_path | ) |
set secondary structure using a blueprint file
set secondary structure from blueprint
This triggers a read from disk; use with caution.
References protocols::parser::BluePrint::secstruct(), and secstruct().
Referenced by parse_my_tag().
void protocols::fldsgn::filters::HelixBendFilter::threshold | ( | core::Real const | r | ) |
minimum angle for filtering
References threshold_.
|
mutableprivate |
Referenced by apply(), compute(), report(), and report_sm().
|
mutableprivate |
Referenced by compute(), report(), and report_sm().
|
private |
Referenced by compute(), helix_id(), and parse_my_tag().
|
mutableprivate |
Referenced by apply(), compute(), and secstruct().
|
private |
Referenced by compute(), parse_my_tag(), report(), report_sm(), and threshold().