|
Rosetta 3.5
|
#include <JCouplingIO.hh>

Public Member Functions | |
| JCouplingIO () | |
| JCouplingIO (std::string file_name) | |
| void | read (std::string const &) |
| std::pair< Real, Real > | get_data (Size const res_num, bool &has_data) |
| utility::vector1< Real > | get_parameters () |
| Size | get_length () |
Private Attributes | |
| utility::vector1 < utility::vector1< Real > > | data_ |
| Real | A_ |
| Real | B_ |
| Real | C_ |
| Real | THETA_ |
| Size | sequence_length_ |
Definition at line 34 of file JCouplingIO.hh.
|
inline |
Definition at line 37 of file JCouplingIO.hh.
|
inline |
Definition at line 39 of file JCouplingIO.hh.
| std::pair< Real, Real > protocols::frag_picker::JCouplingIO::get_data | ( | Size const | res_num, |
| bool & | has_data | ||
| ) |
Definition at line 89 of file JCouplingIO.cc.
References core::io::serialization::size().
Referenced by protocols::frag_picker::scores::JCoupling::score().
|
inline |
Definition at line 49 of file JCouplingIO.hh.
Referenced by protocols::frag_picker::scores::JCoupling::JCoupling().
| utility::vector1< Real > protocols::frag_picker::JCouplingIO::get_parameters | ( | ) |
Definition at line 105 of file JCouplingIO.cc.
Referenced by protocols::frag_picker::scores::JCoupling::JCoupling().
| void protocols::frag_picker::JCouplingIO::read | ( | std::string const & | file_name) |
Definition at line 44 of file JCouplingIO.cc.
References protocols::match::upstream::b, core::pack::dunbrack::c, and protocols::frag_picker::trJCouplingIO().
|
private |
Definition at line 55 of file JCouplingIO.hh.
|
private |
Definition at line 55 of file JCouplingIO.hh.
|
private |
Definition at line 55 of file JCouplingIO.hh.
|
private |
Definition at line 54 of file JCouplingIO.hh.
|
private |
Definition at line 56 of file JCouplingIO.hh.
|
private |
Definition at line 55 of file JCouplingIO.hh.
1.8.4