|
Rosetta 3.5
|
#include <EnzdesTaskOperations.hh>


Public Types | |
| typedef core::pack::task::operation::TaskOperationOP | TaskOperationOP |
| typedef core::pose::Pose | Pose |
| typedef core::pack::task::PackerTask | PackerTask |
Public Types inherited from core::pack::task::operation::TaskOperation | |
| typedef utility::tag::TagPtr | TagPtr |
| typedef pose::Pose | Pose |
Public Member Functions | |
| AddRigidBodyLigandConfs () | |
| ~AddRigidBodyLigandConfs () | |
| virtual TaskOperationOP | clone () const |
| Create another task operation of the type matching the most-derived version of the class. More... | |
| void | parse_tag (TagPtr tag) |
| virtual void | apply (Pose const &, PackerTask &) const |
| Change a packer task in some way. The input pose is the one to which the input task will be later applied. More... | |
Public Member Functions inherited from core::pack::task::operation::TaskOperation | |
| virtual | ~TaskOperation () |
| virtual void | parse_def (utility::lua::LuaObject const &def) |
Definition at line 207 of file EnzdesTaskOperations.hh.
Definition at line 213 of file EnzdesTaskOperations.hh.
Definition at line 212 of file EnzdesTaskOperations.hh.
| typedef core::pack::task::operation::TaskOperationOP protocols::enzdes::AddRigidBodyLigandConfs::TaskOperationOP |
Definition at line 211 of file EnzdesTaskOperations.hh.
| protocols::enzdes::AddRigidBodyLigandConfs::AddRigidBodyLigandConfs | ( | ) |
Definition at line 789 of file EnzdesTaskOperations.cc.
| protocols::enzdes::AddRigidBodyLigandConfs::~AddRigidBodyLigandConfs | ( | ) |
Definition at line 791 of file EnzdesTaskOperations.cc.
|
virtual |
Change a packer task in some way. The input pose is the one to which the input task will be later applied.
Implements core::pack::task::operation::TaskOperation.
Definition at line 809 of file EnzdesTaskOperations.cc.
References core::pack::task::ResidueLevelTask::append_rotamerset_operation(), core::pack::task::PackerTask::being_packed(), protocols::toolbox::match_enzdes_util::get_enzdes_observer(), core::chemical::ResidueType::name3(), core::pack::task::PackerTask::nonconst_residue_task(), and core::pose::Pose::residue_type().
|
virtual |
Create another task operation of the type matching the most-derived version of the class.
Implements core::pack::task::operation::TaskOperation.
Definition at line 794 of file EnzdesTaskOperations.cc.
|
virtual |
doesn't do anything atm, because the operation right now puts lig conformers it finds in the pose at apply time into the task this could be expanded to actually having this operation create additional conformers
Reimplemented from core::pack::task::operation::TaskOperation.
Definition at line 804 of file EnzdesTaskOperations.cc.
1.8.4