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

Public Member Functions | |
| RepeatParameterFilter () | |
| bool | apply (core::pose::Pose const &pose) const override |
| Returns true if the given pose passes the filter, false otherwise. More... | |
| core::Real | report_sm (core::pose::Pose const &pose) const override |
| used to report filter internals through a score or silent file More... | |
| void | report (std::ostream &out, const core::pose::Pose &pose) const override |
| void | calculate_helical_parameters (core::pose::Pose const &pose, std::string &handedness, core::Real &rise_out, core::Real &radius_out, core::Real &omega_out) const |
| void | apply_transformation (core::pose::Pose &mod_pose, std::list< core::Size > const &residue_list, numeric::xyzMatrix< core::Real > const &R, numeric::xyzVector< core::Real > const &preT, numeric::xyzVector< core::Real > const &postT) const |
| void | matrix3f_to_xyzMatrix (Eigen::Matrix3f const &Re, numeric::xyzMatrix< core::Real > &R) const |
| void | identity_matrix (numeric::xyzMatrix< core::Real > &R) const |
| void | calculate_helical_parameters_helper (core::pose::Pose const &pose, std::string &handedness, core::Real &rise_out, core::Real &radius_out, core::Real &omega_out) const |
| filters::FilterOP | clone () const override |
| filters::FilterOP | fresh_instance () const override |
| ~RepeatParameterFilter () 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 Attributes | |
| core::Size | numb_repeats_ |
| core::Size | startAtRepeat_ |
| std::string | param_type_ |
| core::Real | min_ |
| core::Real | max_ |
| bool | filter_ |
Additional Inherited Members | |
Protected Attributes inherited from protocols::filters::Filter | |
| std::string | scorename_ |
| protocols::simple_filters::RepeatParameterFilter::RepeatParameterFilter | ( | ) |
|
overridedefault |
|
overridevirtual |
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
References calculate_helical_parameters(), filter_, max_, min_, core::scoring::omega, and param_type_.
| void protocols::simple_filters::RepeatParameterFilter::apply_transformation | ( | core::pose::Pose & | mod_pose, |
| std::list< core::Size > const & | residue_list, | ||
| numeric::xyzMatrix< core::Real > const & | R, | ||
| numeric::xyzVector< core::Real > const & | preT, | ||
| numeric::xyzVector< core::Real > const & | postT | ||
| ) | const |
| void protocols::simple_filters::RepeatParameterFilter::calculate_helical_parameters | ( | core::pose::Pose const & | pose, |
| std::string & | handedness, | ||
| core::Real & | rise_out, | ||
| core::Real & | radius_out, | ||
| core::Real & | omega_out | ||
| ) | const |
References calculate_helical_parameters_helper(), and core::pose::Pose::clone().
Referenced by apply(), report(), and report_sm().
| void protocols::simple_filters::RepeatParameterFilter::calculate_helical_parameters_helper | ( | core::pose::Pose const & | pose, |
| std::string & | handedness, | ||
| core::Real & | rise_out, | ||
| core::Real & | radius_out, | ||
| core::Real & | omega_out | ||
| ) | const |
References protocols::comparative_modeling::features::A, core::chemical::element::B, core::chemical::element::H, core::chemical::element::I, protocols::features::L, core::chemical::element::N, numb_repeats_, core::scoring::omega, core::pose::Pose::residue(), core::pose::Pose::size(), startAtRepeat_, protocols::hybridization::t, protocols::simple_filters::TR(), and core::conformation::Residue::xyz().
Referenced by calculate_helical_parameters().
|
static |
Referenced by protocols::simple_filters::RepeatParameterFilterCreator::keyname(), name(), and provide_xml_schema().
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
|
inlineoverridevirtual |
Implements protocols::filters::Filter.
| void protocols::simple_filters::RepeatParameterFilter::identity_matrix | ( | numeric::xyzMatrix< core::Real > & | R | ) | const |
| void protocols::simple_filters::RepeatParameterFilter::matrix3f_to_xyzMatrix | ( | Eigen::Matrix3f const & | Re, |
| numeric::xyzMatrix< core::Real > & | R | ||
| ) | const |
References core::chemical::element::Re.
|
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 filter_, max_, min_, numb_repeats_, param_type_, protocols::filters::Filter::set_user_defined_name(), and startAtRepeat_.
|
static |
|
overridevirtual |
Reimplemented from protocols::filters::Filter.
References calculate_helical_parameters(), and core::scoring::omega.
|
overridevirtual |
used to report filter internals through a score or silent file
Reimplemented from protocols::filters::Filter.
References calculate_helical_parameters(), core::scoring::omega, and param_type_.
|
private |
Referenced by apply(), and parse_my_tag().
|
private |
Referenced by apply(), and parse_my_tag().
|
private |
Referenced by apply(), and parse_my_tag().
|
private |
Referenced by calculate_helical_parameters_helper(), and parse_my_tag().
|
private |
Referenced by apply(), parse_my_tag(), and report_sm().
|
private |
Referenced by calculate_helical_parameters_helper(), and parse_my_tag().
1.8.7