Rosetta
Public Member Functions | List of all members
protocols::jd2::EmptyPoseJobInputter Class Reference

#include <EmptyPoseJobInputter.hh>

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

Public Member Functions

 EmptyPoseJobInputter ()
 
void pose_from_job (core::pose::Pose &pose, protocols::jd2::JobOP job) override
 this function is responsible for filling the pose reference with the pose indicated by the job. The Job object (within its InnerJob) contains a PoseCOP. This function needs to either fill the pose reference from the InnerJob or, on first demand of a pose from that InnerJob, instantiate the pose, hand off a COP to the InnerJob, and fill the reference. More...
 
void fill_jobs (protocols::jd2::JobsContainer &jobs) override
 this function determines what jobs exist More...
 
protocols::jd2::JobInputterInputSource::Enum input_source () const override
 Return the type of input source that the EmptyPoseJobInputter 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...
 

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

Constructor & Destructor Documentation

◆ EmptyPoseJobInputter()

protocols::jd2::EmptyPoseJobInputter::EmptyPoseJobInputter ( )

References protocols::jd2::tr().

Member Function Documentation

◆ fill_jobs()

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

this function determines what jobs exist

this function determines what jobs exist from -s/-l

Implements protocols::jd2::JobInputter.

References protocols::jd2::JobsContainer::clear(), protocols::jd2::JobInputter::get_nstruct(), protocols::jd2::JobsContainer::push_back(), and protocols::jd2::tr().

◆ input_source()

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

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

Returns
Always POSE.

Implements protocols::jd2::JobInputter.

References protocols::jd2::JobInputterInputSource::POSE.

◆ pose_from_job()

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

this function is responsible for filling the pose reference with the pose indicated by the job. The Job object (within its InnerJob) contains a PoseCOP. This function needs to either fill the pose reference from the InnerJob or, on first demand of a pose from that InnerJob, instantiate the pose, hand off a COP to the InnerJob, and fill the reference.

This function will first see if the pose already exists in the Job. If not, it will read it into the pose reference, and hand a COP cloned from that pose to the Job. If the pose pre-exists it just copies the COP's pose into it.

Implements protocols::jd2::JobInputter.

References core::pose::Pose::clear(), and protocols::jd2::tr().


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