|
Rosetta 3.5
|
TARGET flags the position as "targeted", and can optionally specify a "targeted" type. More...
#include <ResfileReader.hh>


Public Member Functions | |
| virtual ResfileCommandOP | clone () const |
| virtual void | initialize_from_tokens (utility::vector1< std::string > const &tokens, Size &which_token, Size resid) |
| TARGET. More... | |
| virtual void | residue_action (PackerTask &, Size resid) const |
| Modify the packer task with the command that was read in. More... | |
Public Member Functions inherited from core::pack::task::ResfileCommand | |
| virtual | ~ResfileCommand () |
| Automatically generated virtual destructor for class deriving directly from ReferenceCount. More... | |
Static Public Member Functions | |
| static std::string | name () |
Private Attributes | |
| std::string | argstring_ |
TARGET flags the position as "targeted", and can optionally specify a "targeted" type.
This is a protocol-level flag to be used in non-vanilla packers–positions flagged as "targeted" may be treated in a special fashion
The optional specification of a target type is be useful for multistate considerations: multistate protocols need 1) rotamers and energies for all possible states, and 2) a target state The target type must be a member of PackerTask's allowed_types_
Definition at line 626 of file ResfileReader.hh.
|
inlinevirtual |
Implements core::pack::task::ResfileCommand.
Definition at line 629 of file ResfileReader.hh.
|
virtual |
Implements core::pack::task::ResfileCommand.
Definition at line 1203 of file ResfileReader.cc.
References core::pack::task::get_token(), and core::pack::task::onError().
|
inlinestatic |
Definition at line 644 of file ResfileReader.hh.
Referenced by core::pack::task::create_command_map().
|
virtual |
Modify the packer task with the command that was read in.
Implements core::pack::task::ResfileCommand.
Definition at line 1221 of file ResfileReader.cc.
References core::chemical::aa_from_oneletter_code(), core::pack::task::ResidueLevelTask::add_behavior(), core::pack::task::PackerTask::nonconst_residue_task(), core::chemical::num_canonical_aas, core::chemical::oneletter_code_specifies_aa(), and core::pack::task::onError().
|
private |
Definition at line 646 of file ResfileReader.hh.
1.8.4