|
| | mmTFPoseOutputter () |
| |
| | ~mmTFPoseOutputter () override |
| |
| PoseOutputSpecificationOP | create_output_specification (LarvalJob const &job, JobOutputIndex const &output_index, utility::options::OptionCollection const &options, utility::tag::TagCOP tag) override |
| | Create the PoseOutputSpecification for a particular job. More...
|
| |
| void | write_output (output::OutputSpecification const &specification, JobResult const &result) override |
| | Write a pose out to permanent storage (whatever that may be). More...
|
| |
| std::string | class_key () const override |
| | Return the stiring used to identify this class. More...
|
| |
| std::string | output_name (LarvalJob const &job, JobOutputIndex const &output_index, utility::options::OptionCollection const &options, utility::tag::TagCOP tag) const override |
| |
| | PDBPoseOutputter () |
| |
| | ~PDBPoseOutputter () override |
| |
| void | determine_job_tag (utility::tag::TagCOP output_tag, utility::options::OptionCollection const &job_options, InnerLarvalJob &job) const override |
| | Determine the inner-larval job's "job_tag" from the <Output> tag / per-job options. More...
|
| |
| std::string | outputter_for_job (utility::tag::TagCOP output_tag, utility::options::OptionCollection const &job_options, InnerLarvalJob const &job) const override |
| |
| std::string | outputter_for_job (PoseOutputSpecification const &spec) const override |
| | Return an identifier string for the specific instance of the PoseOutputter that ought to be used for a particular job so that the PoseOutputter can e.g. aggregate all of the outputs for a group of jobs and output them all at once when flush is called. The outputter may return the empty string if all outputters (of the same type) are interchangable (e.g. the PDBPoseOutputter). e.g., the SilentFilePoseOutputter returns the name of the file that it sends its outputs to. This function respects the output-filename-suffix that may have been provided by the JobDistributor. More...
|
| |
| bool | job_has_already_completed (LarvalJob const &job, utility::options::OptionCollection const &options) const override |
| |
| PoseOutputSpecificationOP | create_output_specification (LarvalJob const &job, JobOutputIndex const &output_index, utility::options::OptionCollection const &options, utility::tag::TagCOP tag) override |
| | Create the PoseOutputSpecification for a particular job. More...
|
| |
| void | write_output (output::OutputSpecification const &specification, JobResult const &result) override |
| | Write a pose out to permanent storage (whatever that may be). More...
|
| |
| void | flush () override |
| | Currently a no-op since the "write output pose" method sends all outputs to disk. More...
|
| |
| std::string | class_key () const override |
| | Return the stiring used by the PDBPoseOutputterCreator for this class. More...
|
| |
| virtual std::string | output_name (LarvalJob const &job, utility::options::OptionCollection const &options, utility::tag::TagCOP tag) const |
| | Guess on the name of the output PDB using just the LarvalJob – i.e. in the absence of the JobOutputIndex. More...
|
| |
| | PoseOutputter () |
| |
| | ~PoseOutputter () override |
| |
| | ResultOutputter () |
| |
| | ~ResultOutputter () override |
| |