![]() |
Rosetta
2021.16
|
EX handles the various extrachi options. More...
#include <ResfileReader.hh>

Public Member Functions | |
| EX () | |
| ResfileCommandOP | clone () const override |
| void | initialize_from_tokens (utility::vector1< std::string > const &tokens, Size &which_token, Size resid) override |
| EX handles extrachi options. one EX command is necessary for each chi and sampling level you wish to turn on, so multiple EX commands may appear on a line. EX must be followed by an integer (which chi) EX recognizes an optional subcommand LEVEL following the chi integer LEVEL must be followed by a second integer for the level you want. More... | |
| void | residue_action (PackerTask &, Size resid) const override |
| Modify the packer task with the command that was read in. More... | |
| std::string | get_name () override |
Public Member Functions inherited from core::pack::task::ResfileCommand | |
| ~ResfileCommand () override | |
| Automatically generated virtual destructor for class deriving directly from VirtualBase. More... | |
Static Public Member Functions | |
| static std::string | name () |
Private Attributes | |
| bool | aro_specified_ |
| Size | which_chi_ |
| ExtraRotSample | chi_sample_level_ |
EX handles the various extrachi options.
|
inline |
|
inlineoverridevirtual |
Implements core::pack::task::ResfileCommand.
|
inlineoverridevirtual |
Implements core::pack::task::ResfileCommand.
References name().
|
overridevirtual |
EX handles extrachi options. one EX command is necessary for each chi and sampling level you wish to turn on, so multiple EX commands may appear on a line. EX must be followed by an integer (which chi) EX recognizes an optional subcommand LEVEL following the chi integer LEVEL must be followed by a second integer for the level you want.
Implements core::pack::task::ResfileCommand.
References core::pack::task::EX_ONE_STDDEV, core::pack::task::ExtraRotSampleCardinality, core::pack::task::get_token(), and core::pack::task::onError().
|
inlinestatic |
Referenced by core::pack::task::create_command_map(), and get_name().
|
overridevirtual |
Modify the packer task with the command that was read in.
Implements core::pack::task::ResfileCommand.
References core::pack::task::PackerTask::nonconst_residue_task(), core::pack::task::ResidueLevelTask::or_ex1_sample_level(), core::pack::task::ResidueLevelTask::or_ex1aro_sample_level(), core::pack::task::ResidueLevelTask::or_ex2_sample_level(), core::pack::task::ResidueLevelTask::or_ex2aro_sample_level(), core::pack::task::ResidueLevelTask::or_ex3_sample_level(), and core::pack::task::ResidueLevelTask::or_ex4_sample_level().
|
private |
|
private |
|
private |
1.8.7