![]() |
Rosetta Core
2014.35
|
#include <TaskOperations.hh>
Public Types | |
typedef TaskOperation | parent |
![]() | |
typedef utility::tag::TagCOP | TagCOP |
typedef basic::datacache::DataMap | DataMap |
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 (TagCOP, DataMap &) |
Used to parse an xml-like tag to load parameters and properties. More... | |
virtual void | parse_def (utility::lua::LuaObject const &def) |
![]() | |
virtual | ~TaskOperation () |
Private Attributes | |
std::string | resfile_filename_ |
core::pack::task::operation::ReadResfile::ReadResfile | ( | ) |
BEGIN ReadResfile.
Referenced by clone().
core::pack::task::operation::ReadResfile::ReadResfile | ( | std::string const & | filename | ) |
|
virtual |
|
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.
References get_option(), option, core::pack::task::parse_resfile(), packing::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.
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.
References option, packing::resfile, resfile_filename_, and user.
Referenced by parse_def(), and parse_tag().
void core::pack::task::operation::ReadResfile::filename | ( | std::string const & | filename | ) |
References filename(), and resfile_filename_.
std::string const & core::pack::task::operation::ReadResfile::filename | ( | ) | const |
References resfile_filename_.
Referenced by core::pack::task::operation::ReadResfileAndObeyLengthEvents::apply(), and filename().
|
virtual |
Reimplemented from core::pack::task::operation::TaskOperation.
References default_filename(), resfile_filename_, and utility::lua::LuaObject::to().
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.
References default_filename(), and resfile_filename_.
Referenced by core::pack::task::operation::ReadResfileAndObeyLengthEvents::parse_tag().
|
private |
Referenced by apply(), default_filename(), filename(), parse_def(), and parse_tag().