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

Public Member Functions | |
| StandardResultOutputter () | |
| virtual | ~StandardResultOutputter () |
| void | write_output (OutputSpecification const &specification, JobResult const &result) override |
| void | flush () override |
| 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... | |
| void | set_primary_outputter (pose_outputter::PoseOutputterOP outputter) |
| void | append_secondary_outputter (pose_outputter::SecondaryPoseOutputterOP outputter) |
Private Attributes | |
| pose_outputter::PoseOutputterOP | primary_outputter_ |
| utility::vector1 < pose_outputter::SecondaryPoseOutputterOP > | secondary_outputters_ |
Additional Inherited Members | |
Private Member Functions inherited from protocols::jd3::output::ResultOutputter | |
| ResultOutputter () | |
| ~ResultOutputter () override | |
The StandardResultOutputter.
| protocols::jd3::output::StandardResultOutputter::StandardResultOutputter | ( | ) |
|
virtual |
| void protocols::jd3::output::StandardResultOutputter::append_secondary_outputter | ( | pose_outputter::SecondaryPoseOutputterOP | outputter | ) |
|
overridevirtual |
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.
Implements protocols::jd3::output::ResultOutputter.
| void protocols::jd3::output::StandardResultOutputter::set_primary_outputter | ( | pose_outputter::PoseOutputterOP | outputter | ) |
|
overridevirtual |
Implements protocols::jd3::output::ResultOutputter.
|
private |
|
private |
1.8.7