|
Rosetta 3.5
|
#include <PoseInputStreamJobInputter.hh>


Public Member Functions | |
| PoseInputStreamJobInputter () | |
| virtual | ~PoseInputStreamJobInputter () |
| virtual void | pose_from_job (core::pose::Pose &pose, JobOP job) |
| This implementation simply calls fill_pose on the PoseInputStream object. More... | |
| virtual void | fill_jobs (Jobs &jobs) |
| virtual JobInputterInputSource::Enum | input_source () const |
| Return the type of input source that the PoseInputStreamJobInputter is currently using. More... | |
Public Member Functions inherited from protocols::jd2::JobInputter | |
| virtual | ~JobInputter () |
Private Attributes | |
| core::chemical::ResidueTypeSetCAP | rsd_set_ |
| core::import_pose::pose_stream::MetaPoseInputStream | input_ |
Additional Inherited Members | |
Static Public Member Functions inherited from protocols::jd2::JobInputter | |
| static std::string | job_inputter_input_source_to_string (JobInputterInputSource::Enum source) |
| call this with input_source() to get the input source of a particular job inputter More... | |
Protected Member Functions inherited from protocols::jd2::JobInputter | |
| void | load_pose_into_job (core::pose::Pose const &pose, JobOP job) |
| this function modifies the InnerJob's pose. Access to that pose is via friendship. More... | |
| void | load_pose_into_job (core::pose::PoseCOP pose, JobOP job) |
| this function modifies the InnerJob's pose. Access to that pose is via friendship. More... | |
| virtual core::Size | get_nstruct () const |
| this code is here to restrict the use of inner_job_nonconst (this class is a friend class and can do it) More... | |
This is the simplest implementation of JobInputter, which reads from -s/-l and SilentFile files.
Definition at line 31 of file PoseInputStreamJobInputter.hh.
| protocols::jd2::PoseInputStreamJobInputter::PoseInputStreamJobInputter | ( | ) |
Definition at line 46 of file PoseInputStreamJobInputter.cc.
References protocols::jd2::tr().
Referenced by protocols::jd2::PoseInputStreamJobInputterCreator::create_JobInputter().
|
virtual |
Definition at line 50 of file PoseInputStreamJobInputter.cc.
|
virtual |
this function determines what jobs exist from -in::file::silent and -in::file::tags
Implements protocols::jd2::JobInputter.
Definition at line 66 of file PoseInputStreamJobInputter.cc.
References input_, rsd_set_, core::chemical::rsd_set_from_cmd_line(), core::import_pose::pose_stream::streams_from_cmd_line(), and protocols::jd2::tr().
|
virtual |
Return the type of input source that the PoseInputStreamJobInputter is currently using.
Implements protocols::jd2::JobInputter.
Definition at line 95 of file PoseInputStreamJobInputter.cc.
References protocols::jd2::JobInputterInputSource::UNKNOWN.
|
virtual |
This implementation simply calls fill_pose on the PoseInputStream object.
Implements protocols::jd2::JobInputter.
Definition at line 52 of file PoseInputStreamJobInputter.cc.
References core::pose::Pose::clear(), core::import_pose::pose_stream::MetaPoseInputStream::fill_pose(), core::import_pose::pose_stream::MetaPoseInputStream::has_another_pose(), input_, rsd_set_, and protocols::jd2::tr().
|
private |
Definition at line 51 of file PoseInputStreamJobInputter.hh.
Referenced by fill_jobs(), and pose_from_job().
|
private |
Definition at line 50 of file PoseInputStreamJobInputter.hh.
Referenced by fill_jobs(), and pose_from_job().
1.8.4