Rosetta
|
#include <roc_curve.hh>
Public Member Functions | |
~RocPoint () override | |
Automatically generated virtual destructor for class deriving directly from VirtualBase. More... | |
RocPoint (bool predicted, bool actual, std::string const &tag, platform::Real const &score) | |
RocPoint (RocStatus const &status, std::string const &tag, platform::Real const &score) | |
RocStatus | status () const |
void | status (RocStatus const &status) |
std::string | tag () const |
void | tag (std::string const &tag) |
platform::Real | score () const |
void | score (platform::Real const &score) |
bool | operator< (RocPoint const &that) const |
![]() | |
VirtualBase ()=default | |
Default constructor. More... | |
virtual | ~VirtualBase ()=default |
The virtual destructor is one of the main reasons for the VirtualBase class. More... | |
VirtualBase (VirtualBase const &)=default | |
VirtualBase (VirtualBase &&)=default | |
VirtualBase & | operator= (VirtualBase const &)=default |
VirtualBase & | operator= (VirtualBase &&)=default |
Private Attributes | |
RocStatus | status_ |
std::string | tag_ |
platform::Real | score_ |
|
overridedefault |
Automatically generated virtual destructor for class deriving directly from VirtualBase.
Auto-generated virtual destructor
numeric::RocPoint::RocPoint | ( | bool | predicted, |
bool | actual, | ||
std::string const & | tag, | ||
platform::Real const & | score | ||
) |
numeric::RocPoint::RocPoint | ( | RocStatus const & | status, |
std::string const & | tag, | ||
platform::Real const & | score | ||
) |
platform::Real numeric::RocPoint::score | ( | ) | const |
void numeric::RocPoint::score | ( | platform::Real const & | score | ) |
RocStatus numeric::RocPoint::status | ( | ) | const |
References status_.
Referenced by numeric::RocCurve::insert_point(), and status().
std::string numeric::RocPoint::tag | ( | ) | const |
References tag_.
Referenced by pyrosetta.distributed.tasks.rosetta_scripts.BaseRosettaScriptsTask::parsed_protocol(), and tag().
void numeric::RocPoint::tag | ( | std::string const & | tag | ) |
|
private |
Referenced by operator<(), and score().
|
private |
Referenced by RocPoint(), and status().
|
private |
Referenced by tag().