|
Rosetta 3.5
|
#include <HBCPData.hh>

Public Member Functions | |
| HBCPData () | |
| bool | avoid_sc_hbonds () const |
| bool | is_sc () const |
| void | avoid_sc_hbonds (bool setting) |
| void | is_sc (bool setting) |
| bool | operator< (HBCPData const &other) const |
| bool | operator== (HBCPData const &other) const |
| void | print (std::ostream &os) const |
Private Attributes | |
| bool | avoid_sc_hbonds_ |
| bool | is_sc_ |
Definition at line 31 of file HBCPData.hh.
| core::scoring::hbonds::hbtrie::HBCPData::HBCPData | ( | ) |
Definition at line 26 of file HBCPData.cc.
|
inline |
Definition at line 36 of file HBCPData.hh.
References avoid_sc_hbonds_.
|
inline |
Definition at line 39 of file HBCPData.hh.
References avoid_sc_hbonds_.
|
inline |
Definition at line 37 of file HBCPData.hh.
References is_sc_.
|
inline |
Definition at line 40 of file HBCPData.hh.
References is_sc_.
Definition at line 43 of file HBCPData.hh.
References avoid_sc_hbonds_, and is_sc_.
Definition at line 50 of file HBCPData.hh.
References avoid_sc_hbonds_, and is_sc_.
| void core::scoring::hbonds::hbtrie::HBCPData::print | ( | std::ostream & | os) | const |
Definition at line 29 of file HBCPData.cc.
References avoid_sc_hbonds_, and is_sc_.
Referenced by core::scoring::hbonds::hbtrie::operator<<().
|
private |
Definition at line 62 of file HBCPData.hh.
Referenced by avoid_sc_hbonds(), operator<(), operator==(), and print().
|
private |
Definition at line 63 of file HBCPData.hh.
Referenced by is_sc(), operator<(), operator==(), and print().
1.8.4