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

Public Member Functions | |
| IGInterfaceEdgeUpweighter (core::Real weight_factor) | |
| IGInterfaceEdgeUpweighter (core::Real weight_factor, std::string const &skip_loop_in_chain, std::string const &sec_str_in) | |
| core::Real | get_edge_reweight (core::pose::Pose const &pose, core::pack::task::PackerTask const &task, core::Size res1, core::Size res2) const override |
| void | set_skip_loop_chains (std::string const &chain_string) |
| void | set_sec_str (std::string const &sec_str_in) |
Public Member Functions inherited from core::pack::task::IGEdgeReweighter | |
| IGEdgeReweighter () | |
| ~IGEdgeReweighter () override | |
Private Attributes | |
| core::Real | weight_factor_ |
| std::set< char > | chains_to_ignore_loops_ |
| std::string | sec_str_ |
Additional Inherited Members | |
Protected Attributes inherited from core::pack::task::IGEdgeReweighter | |
| core::Real const | default_weight_ |
| protocols::toolbox::IGInterfaceEdgeUpweighter::IGInterfaceEdgeUpweighter | ( | core::Real | weight_factor | ) |
References set_sec_str(), and set_skip_loop_chains().
| protocols::toolbox::IGInterfaceEdgeUpweighter::IGInterfaceEdgeUpweighter | ( | core::Real | weight_factor, |
| std::string const & | skip_loop_in_chain, | ||
| std::string const & | sec_str_in | ||
| ) |
References set_sec_str(), and set_skip_loop_chains().
|
overridevirtual |
|
inline |
References sec_str_.
Referenced by IGInterfaceEdgeUpweighter().
| void protocols::toolbox::IGInterfaceEdgeUpweighter::set_skip_loop_chains | ( | std::string const & | chain_string | ) |
References chains_to_ignore_loops_.
Referenced by IGInterfaceEdgeUpweighter().
|
private |
Referenced by get_edge_reweight(), and set_skip_loop_chains().
|
private |
Referenced by get_edge_reweight(), and set_sec_str().
|
private |
Referenced by get_edge_reweight().
1.8.7