![]() |
Rosetta
2021.16
|
Pick phi/psi torsions from the given fragment library. More...
#include <FragmentPerturber.hh>

Public Member Functions | |
| FragmentPerturber (utility::vector1< core::fragment::FragSetCOP > const &frag_libs) | |
| Constructor setting the fragment library. More... | |
| std::string | get_name () const override |
| Return the name of this perturber. More... | |
| void | perturb_subset (Pose const &pose, IndexList const &residues, ClosureProblemOP problem) override |
Public Member Functions inherited from protocols::kinematic_closure::perturbers::Perturber | |
| void | perturb (Pose const &pose, ClosureProblemOP problem) |
| Perturb all of the non-pivot residues. More... | |
| void | perturb_with_balance (Pose const &pose, ClosureProblemOP problem) |
| Perturb all of the non-pivot residues such that detailed balance is obeyed. More... | |
| virtual void | perturb_subset_with_balance (Pose const &pose, IndexList const &residues, ClosureProblemOP problem) |
| Perturb the given residues such that detailed balance is obeyed. More... | |
Private Attributes | |
| utility::vector1 < core::fragment::FragSetCOP > | frag_libs_ |
| Fragment library. More... | |
Pick phi/psi torsions from the given fragment library.
| protocols::kinematic_closure::perturbers::FragmentPerturber::FragmentPerturber | ( | utility::vector1< core::fragment::FragSetCOP > const & | frag_libs | ) |
Constructor setting the fragment library.
|
inlineoverridevirtual |
Return the name of this perturber.
Implements protocols::kinematic_closure::perturbers::Perturber.
|
overridevirtual |
|
private |
Fragment library.
1.8.7