|
Rosetta 3.5
|
#include <Hit.hh>

Public Member Functions | |
| downstream_hit () | |
| downstream_hit (Hit const &source) | |
| void | copy_hit (Hit const &source) |
| core::Size | downstream_conf_id () const |
| Real6 const & | second () const |
| Real6 & | second () |
| bool | operator< (downstream_hit const &rhs) const |
| bool | operator== (downstream_hit const &rhs) const |
Private Attributes | |
| core::Size | downstream_conf_id_ |
| Real6 | second_ |
|
inline |
Definition at line 149 of file Hit.hh.
References downstream_conf_id_, protocols::match::Hit::first(), protocols::match::Hit::second(), and second_.
|
inline |
Definition at line 155 of file Hit.hh.
References downstream_conf_id_, protocols::match::Hit::first(), protocols::match::Hit::second(), and second_.
|
inline |
Definition at line 161 of file Hit.hh.
References downstream_conf_id_.
Referenced by protocols::match::fake_hit().
| bool protocols::match::downstream_hit::operator< | ( | downstream_hit const & | rhs) | const |
Definition at line 47 of file Hit.cc.
References downstream_conf_id_, and second_.
| bool protocols::match::downstream_hit::operator== | ( | downstream_hit const & | rhs) | const |
Definition at line 60 of file Hit.cc.
References downstream_conf_id_, and second_.
|
inline |
Definition at line 165 of file Hit.hh.
References second_.
Referenced by protocols::match::fake_hit().
|
inline |
|
private |
Definition at line 181 of file Hit.hh.
Referenced by copy_hit(), downstream_conf_id(), downstream_hit(), operator<(), and operator==().
|
private |
Definition at line 182 of file Hit.hh.
Referenced by copy_hit(), downstream_hit(), operator<(), operator==(), and second().
1.8.4