#include <EnzdesJobInputter.hh>
|
| | EnzdesJobInputter () |
| |
| | ~EnzdesJobInputter () override |
| |
| 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. This implementation uses pose_from_pdb More...
|
| |
| | PDBJobInputter () |
| |
| | ~PDBJobInputter () override |
| |
| void | pose_from_job (core::pose::Pose &pose, 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. This implementation uses pose_from_pdb More...
|
| |
| void | fill_jobs (JobsContainer &jobs) override |
| | this function determines what jobs exist from -s/-l More...
|
| |
| JobInputterInputSource::Enum | input_source () const override |
| | Return the type of input source that the PDBJobInputter is currently using. More...
|
| |
| | ~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...
|
| |
◆ EnzdesJobInputter()
| protocols::enzdes::EnzdesJobInputter::EnzdesJobInputter |
( |
| ) |
|
◆ ~EnzdesJobInputter()
| protocols::enzdes::EnzdesJobInputter::~EnzdesJobInputter |
( |
| ) |
|
|
overridedefault |
◆ pose_from_job()
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 implementation uses pose_from_pdb
Implements protocols::jd2::JobInputter.
References enz_loops_file_, protocols::toolbox::match_enzdes_util::get_enzdes_observer(), protocols::jd2::JobInputter::load_pose_into_job(), core::pose::Pose::observer_cache(), protocols::enzdes::enzutil::read_pose_from_file(), core::pose::datacache::ObserverCache::set(), core::pose::datacache::SPECIAL_SEGMENTS_OBSERVER, and protocols::enzdes::TR().
◆ enz_loops_file_
The documentation for this class was generated from the following files: