|
Rosetta 3.5
|
#include <TaskOperations.hh>


Public Types | |
| typedef TaskOperation | parent |
Public Types inherited from core::pack::task::operation::TaskOperation | |
| typedef utility::tag::TagPtr | TagPtr |
| typedef pose::Pose | Pose |
Public Member Functions | |
| ReadResfile () | |
| BEGIN ReadResfile. More... | |
| ReadResfile (std::string const &) | |
| virtual | ~ReadResfile () |
| virtual TaskOperationOP | clone () const |
| Create another task operation of the type matching the most-derived version of the class. More... | |
| virtual void | apply (pose::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... | |
| void | filename (std::string const &filename) |
| void | default_filename () |
| queries options system for resfile name More... | |
| std::string const & | filename () const |
| virtual void | parse_tag (TagPtr) |
| Used to parse an xml-like tag to load parameters and properties. More... | |
| virtual void | parse_def (utility::lua::LuaObject const &def) |
Public Member Functions inherited from core::pack::task::operation::TaskOperation | |
| virtual | ~TaskOperation () |
Private Attributes | |
| std::string | resfile_filename_ |
Definition at line 269 of file TaskOperations.hh.
Definition at line 272 of file TaskOperations.hh.
| core::pack::task::operation::ReadResfile::ReadResfile | ( | ) |
| core::pack::task::operation::ReadResfile::ReadResfile | ( | std::string const & | filename) |
Definition at line 538 of file TaskOperations.cc.
|
virtual |
Definition at line 543 of file TaskOperations.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.
Reimplemented in core::pack::task::operation::ReadResfileAndObeyLengthEvents.
Definition at line 556 of file TaskOperations.cc.
References core::pack::task::parse_resfile(), and resfile_filename_.
Referenced by core::pack::task::operation::ReadResfileAndObeyLengthEvents::apply().
|
virtual |
Create another task operation of the type matching the most-derived version of the class.
Implements core::pack::task::operation::TaskOperation.
Reimplemented in core::pack::task::operation::ReadResfileAndObeyLengthEvents.
Definition at line 550 of file TaskOperations.cc.
References ReadResfile().
| void core::pack::task::operation::ReadResfile::default_filename | ( | ) |
queries options system for resfile name
Assign the filename from the ResourceManager, if a resfile has been assigned for the current job, and fall back on the options system, if a resfile has not been assigned.
Definition at line 575 of file TaskOperations.cc.
References resfile_filename_.
Referenced by parse_def(), and parse_tag().
| void core::pack::task::operation::ReadResfile::filename | ( | std::string const & | filename) |
Definition at line 588 of file TaskOperations.cc.
References filename(), and resfile_filename_.
| std::string const & core::pack::task::operation::ReadResfile::filename | ( | ) | const |
Definition at line 593 of file TaskOperations.cc.
References resfile_filename_.
Referenced by core::pack::task::operation::ReadResfileAndObeyLengthEvents::apply(), and filename().
|
virtual |
Reimplemented from core::pack::task::operation::TaskOperation.
Definition at line 611 of file TaskOperations.cc.
References default_filename(), and resfile_filename_.
|
virtual |
Used to parse an xml-like tag to load parameters and properties.
Reimplemented from core::pack::task::operation::TaskOperation.
Reimplemented in core::pack::task::operation::ReadResfileAndObeyLengthEvents.
Definition at line 599 of file TaskOperations.cc.
References default_filename(), and resfile_filename_.
Referenced by core::pack::task::operation::ReadResfileAndObeyLengthEvents::parse_tag().
|
private |
Definition at line 296 of file TaskOperations.hh.
Referenced by apply(), default_filename(), filename(), parse_def(), and parse_tag().
1.8.4