|
Rosetta 3.5
|
The reporting functionality for the rotamer recovery test. More...
#include <RRReporter.hh>


Public Member Functions | |
| virtual | ~RRReporter () |
| Automatically generated virtual destructor for class deriving directly from ReferenceCount. More... | |
| virtual void | set_protocol_info (std::string const &protocol_name, std::string const &protocol_params)=0 |
| virtual void | set_comparer_info (std::string const &comparer_name, std::string const &comparer_params)=0 |
| virtual void | reset_recovery ()=0 |
| virtual void | report_rotamer_recovery (core::pose::Pose const &pose1, core::pose::Pose const &pose2, core::conformation::Residue const &res1, core::conformation::Residue const &res2, core::Real score, bool recovered)=0 |
| virtual core::Real | recovery_rate () const =0 |
| virtual void | show (std::ostream &out) const =0 |
| virtual void | show () const =0 |
The reporting functionality for the rotamer recovery test.
Besides implementing the interface given in the base class RRReporter each RRReporter should have an entry in the conevience RotamerRecovery constructor so its use can be indicated by name.
Definition at line 37 of file RRReporter.hh.
|
virtual |
Automatically generated virtual destructor for class deriving directly from ReferenceCount.
Auto-generated virtual destructor
Definition at line 31 of file RRReporter.cc.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
1.8.4