Rosetta
Public Member Functions | Private Attributes | List of all members
protocols::jd2::PoseInputStreamJobInputter Class Reference

#include <PoseInputStreamJobInputter.hh>

Inheritance diagram for protocols::jd2::PoseInputStreamJobInputter:
Inheritance graph
[legend]

Public Member Functions

 PoseInputStreamJobInputter ()
 
 ~PoseInputStreamJobInputter () override
 
void pose_from_job (core::pose::Pose &pose, JobOP job) override
 This implementation simply calls fill_pose on the PoseInputStream object. More...
 
void fill_jobs (JobsContainer &jobs) override
 
JobInputterInputSource::Enum input_source () const override
 Return the type of input source that the PoseInputStreamJobInputter is currently using. More...
 
- Public Member Functions inherited from protocols::jd2::JobInputter
 ~JobInputter () override
 
JobInputterCOP get_self_ptr () const
 Get self const owning pointers. More...
 
JobInputterOP get_self_ptr ()
 Get self owning pointers. More...
 
JobInputterCAP get_self_weak_ptr () const
 Get self const weak pointers. More...
 
JobInputterAP get_self_weak_ptr ()
 Get self weak pointers. More...
 
virtual void update_jobs_list (JobsContainerOP jobs)
 This function is only called by certain JobInputters to update the jobs list after it has already been created. More...
 
virtual bool updates_jobs_list () const
 Does this type of JobInputter update the jobs list? More...
 

Private Attributes

core::chemical::ResidueTypeSetCOP 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...
 

Detailed Description

This is the simplest implementation of JobInputter, which reads from -s/-l and SilentFile files.

Constructor & Destructor Documentation

◆ PoseInputStreamJobInputter()

protocols::jd2::PoseInputStreamJobInputter::PoseInputStreamJobInputter ( )

References protocols::jd2::tr().

◆ ~PoseInputStreamJobInputter()

protocols::jd2::PoseInputStreamJobInputter::~PoseInputStreamJobInputter ( )
overridedefault

Member Function Documentation

◆ fill_jobs()

void protocols::jd2::PoseInputStreamJobInputter::fill_jobs ( JobsContainer jobs)
overridevirtual

◆ input_source()

JobInputterInputSource::Enum protocols::jd2::PoseInputStreamJobInputter::input_source ( ) const
overridevirtual

Return the type of input source that the PoseInputStreamJobInputter is currently using.

Implements protocols::jd2::JobInputter.

References protocols::jd2::JobInputterInputSource::UNKNOWN.

◆ pose_from_job()

void protocols::jd2::PoseInputStreamJobInputter::pose_from_job ( core::pose::Pose pose,
JobOP  job 
)
overridevirtual

Member Data Documentation

◆ input_

core::import_pose::pose_stream::MetaPoseInputStream protocols::jd2::PoseInputStreamJobInputter::input_
private

Referenced by fill_jobs(), and pose_from_job().

◆ rsd_set_

core::chemical::ResidueTypeSetCOP protocols::jd2::PoseInputStreamJobInputter::rsd_set_
private

Referenced by fill_jobs(), and pose_from_job().


The documentation for this class was generated from the following files: