Rosetta
|
A basic example class for bootcamp. More...
Public Member Functions | |
CartPerturber () | |
CartPerturber (int rounds) | |
CartPerturber (int rounds, std::vector< bool > const &residues) | |
~CartPerturber () | |
void | apply () |
Print info out - would apply some change to a pose. Will apply to all residues if no residues were given. More... | |
void | set_rounds (int rounds) |
void | set_residues (std::vector< bool > const &residues) |
void | add_rounds (int rounds) |
int | get_rounds () const |
std::vector< bool > | get_residues () const |
Private Attributes | |
int | rounds_ |
std::vector< bool > | residues_ |
A basic example class for bootcamp.
Within Rosetta, would be expanded into a 'Mover' type of class to perturb a specific subset of residues in Cartesian Space.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References basic::options::OptionKeys::lh::rounds, and rounds_.
Referenced by main().
|
inline |
Print info out - would apply some change to a pose. Will apply to all residues if no residues were given.
References utility::io::oc::cout, residues_, and rounds_.
Referenced by pyrosetta.distributed.tasks.rosetta_scripts.BaseRosettaScriptsTask::execute(), and main().
|
inline |
References residues_.
|
inline |
References rounds_.
|
inline |
References execute::residues, and residues_.
Referenced by main().
|
inline |
References basic::options::OptionKeys::lh::rounds, and rounds_.
Referenced by main().
|
private |
Referenced by apply(), get_residues(), and set_residues().
|
private |
Referenced by add_rounds(), apply(), get_rounds(), and set_rounds().