![]() |
Rosetta Core
2014.16.56682
|
EMPTY disallows all canonical residues but leaves packing and designing unchanged (for noncanonicals) 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) |
| EMPTY disallows canonical residues but leaves packing and designing unchanged this is intended for use with noncanonical residues it will act like NOTAA QWERTYIPASDFGHKLCVNM (all residues), which essentially prevents repacking; PIKAA with no argument raises error. 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 () |
EMPTY disallows all canonical residues but leaves packing and designing unchanged (for noncanonicals)
|
inlinevirtual |
Implements core::pack::task::ResfileCommand.
|
virtual |
EMPTY disallows canonical residues but leaves packing and designing unchanged this is intended for use with noncanonical residues it will act like NOTAA QWERTYIPASDFGHKLCVNM (all residues), which essentially prevents repacking; PIKAA with no argument raises error.
Implements core::pack::task::ResfileCommand.
References ASSERT_ONLY, and core::pack::task::get_token().
|
inlinestatic |
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.
References mode, core::pack::task::PackerTask::nonconst_residue_task(), core::chemical::num_canonical_aas, and core::pack::task::ResidueLevelTask::restrict_absent_canonical_aas().
1.8.7