|
Rosetta 3.5
|
#include <IGEdgeReweighters.hh>


Public Member Functions | |
| ResidueGroupIGEdgeUpweighter (core::Real weight_factor, utility::vector1< core::Size > const &group1_in, utility::vector1< core::Size > const &group2_in) | |
| core::Real | get_edge_reweight (core::pose::Pose const &, core::pack::task::PackerTask const &, Size res1, Size res2) const |
Public Member Functions inherited from core::pack::task::IGEdgeReweighter | |
| IGEdgeReweighter () | |
| virtual | ~IGEdgeReweighter () |
Private Attributes | |
| core::Real | weight_factor_ |
| std::set< core::Size > | group1_ |
| std::set< core::Size > | group2_ |
Additional Inherited Members | |
Protected Attributes inherited from core::pack::task::IGEdgeReweighter | |
| core::Real const | default_weight_ |
Definition at line 50 of file IGEdgeReweighters.hh.
|
inline |
Definition at line 67 of file IGEdgeReweighters.hh.
|
inlinevirtual |
Implements core::pack::task::IGEdgeReweighter.
Definition at line 78 of file IGEdgeReweighters.hh.
References core::pack::task::IGEdgeReweighter::default_weight_, group1_, group2_, and weight_factor_.
|
private |
Definition at line 94 of file IGEdgeReweighters.hh.
Referenced by get_edge_reweight(), and ResidueGroupIGEdgeUpweighter().
|
private |
Definition at line 95 of file IGEdgeReweighters.hh.
Referenced by get_edge_reweight(), and ResidueGroupIGEdgeUpweighter().
|
private |
Definition at line 93 of file IGEdgeReweighters.hh.
Referenced by get_edge_reweight().
1.8.4