|
Rosetta 3.5
|
class that interfaces to containers holding IGedge weights between individual residues of the task More...
#include <IGEdgeReweightContainer.hh>


Public Member Functions | |
| IGEdgeReweightContainer (Size nres) | |
| virtual | ~IGEdgeReweightContainer () |
| Real | res_res_weight (pose::Pose const &pose, PackerTask const &task, Size res1id, Size res2id) const |
| void | add_reweighter (IGEdgeReweighterOP reweighter) |
| utility::vector1 < IGEdgeReweighterOP > ::const_iterator | reweighters_begin () const |
| utility::vector1 < IGEdgeReweighterOP > ::const_iterator | reweighters_end () const |
Private Attributes | |
| utility::vector1 < IGEdgeReweighterOP > | edge_reweighters_ |
| Size | nres_ |
class that interfaces to containers holding IGedge weights between individual residues of the task
note: this class only knows about the pose numbering, not about the numbers in the IG
Definition at line 69 of file IGEdgeReweightContainer.hh.
| core::pack::task::IGEdgeReweightContainer::IGEdgeReweightContainer | ( | Size | nres) |
Definition at line 34 of file IGEdgeReweightContainer.cc.
References edge_reweighters_, and nres_.
|
virtual |
Definition at line 39 of file IGEdgeReweightContainer.cc.
| void core::pack::task::IGEdgeReweightContainer::add_reweighter | ( | IGEdgeReweighterOP | reweighter) |
Definition at line 81 of file IGEdgeReweightContainer.cc.
References edge_reweighters_.
| Real core::pack::task::IGEdgeReweightContainer::res_res_weight | ( | pose::Pose const & | pose, |
| PackerTask const & | task, | ||
| core::Size | res1id, | ||
| core::Size | res2id | ||
| ) | const |
Definition at line 43 of file IGEdgeReweightContainer.cc.
References edge_reweighters_, and nres_.
|
inline |
Definition at line 86 of file IGEdgeReweightContainer.hh.
References edge_reweighters_.
|
inline |
Definition at line 90 of file IGEdgeReweightContainer.hh.
References edge_reweighters_.
|
private |
Definition at line 95 of file IGEdgeReweightContainer.hh.
Referenced by add_reweighter(), IGEdgeReweightContainer(), res_res_weight(), reweighters_begin(), and reweighters_end().
|
private |
Definition at line 96 of file IGEdgeReweightContainer.hh.
Referenced by IGEdgeReweightContainer(), and res_res_weight().
1.8.4