![]() |
Rosetta
2021.16
|
The ResultOutputter. More...
#include <ResultOutputter.hh>

Public Member Functions | |
| ResultOutputter () | |
| ~ResultOutputter () override | |
| virtual void | write_output (OutputSpecification const &specification, JobResult const &result)=0 |
| virtual void | flush ()=0 |
| Output from an outputter may be held back and only flushed when requested by the JobQueen; I/O can be expensive, so it's a good idea to gather up the results of many outputs before flushing them to disk. More... | |
The ResultOutputter.
|
default |
|
overridedefault |
|
pure virtual |
Output from an outputter may be held back and only flushed when requested by the JobQueen; I/O can be expensive, so it's a good idea to gather up the results of many outputs before flushing them to disk.
Implemented in protocols::jd3::pose_outputters::SilentFilePoseOutputter, protocols::jd3::pose_outputters::DeNovoSilentFilePoseOutputter, protocols::jd3::pose_outputters::PDBPoseOutputter, protocols::jd3::pose_outputters::ScoreFileOutputter, protocols::jd3::output::MultipleOutputter, and protocols::jd3::output::StandardResultOutputter.
|
pure virtual |
Implemented in protocols::jd3::pose_outputters::SilentFilePoseOutputter, protocols::jd3::pose_outputters::DeNovoSilentFilePoseOutputter, protocols::jd3::pose_outputters::ScoreFileOutputter, protocols::jd3::pose_outputters::PDBPoseOutputter, protocols::jd3::pose_outputters::mmTFPoseOutputter, protocols::jd3::output::MultipleOutputter, and protocols::jd3::output::StandardResultOutputter.
1.8.7