|
Rosetta 3.5
|
#include <PhiPsiTalosIO.hh>

Public Member Functions | |
| PhiPsiTalosIO () | |
| PhiPsiTalosIO (std::string file_name) | |
| Size | get_first_residue_id () const |
| Size | get_last_residue_id () const |
| std::string const & | get_sequence () const |
| bool | has_entry (Size residue_id) const |
| const boost::tuple< Size, char, Real, Real, Real, Real, Real, Real, Size, std::string > | get_entry (const Size res_id) |
| Real | phi (Size res_id) |
| Real | psi (Size res_id) |
| Real | d_phi (Size res_id) |
| Real | d_psi (Size res_id) |
| Real | dist (Size res_id) |
| Real | s2 (Size res_id) |
| std::string | quality (Size res_id) |
| void | write (std::ostream &) |
| void | read (std::string const &) |
Private Member Functions | |
| void | print_sequence (std::string const &, std::ostream &) const |
Private Attributes | |
| std::string | data_format_ |
| std::string | sequence_ |
| utility::vector1< std::string > | column_names_ |
| Size | first_residue_index_ |
| Size | last_residue_index_ |
| std::map< Size, boost::tuple < Size, char, Real, Real, Real, Real, Real, Real, Size, std::string > > | entries_ |
Definition at line 35 of file PhiPsiTalosIO.hh.
|
inline |
Definition at line 38 of file PhiPsiTalosIO.hh.
|
inline |
Definition at line 42 of file PhiPsiTalosIO.hh.
Definition at line 81 of file PhiPsiTalosIO.hh.
Referenced by protocols::frag_picker::scores::PhiPsiSquareWell::PhiPsiSquareWell(), and read().
Definition at line 85 of file PhiPsiTalosIO.hh.
Referenced by protocols::frag_picker::scores::PhiPsiSquareWell::PhiPsiSquareWell(), and read().
Definition at line 89 of file PhiPsiTalosIO.hh.
Referenced by read().
|
inline |
Definition at line 70 of file PhiPsiTalosIO.hh.
Referenced by protocols::frag_picker::scores::PhiPsiRmsd::PhiPsiRmsd().
|
inline |
Definition at line 47 of file PhiPsiTalosIO.hh.
|
inline |
Definition at line 51 of file PhiPsiTalosIO.hh.
|
inline |
Definition at line 57 of file PhiPsiTalosIO.hh.
Referenced by protocols::frag_picker::scores::PhiPsiRmsd::PhiPsiRmsd(), and protocols::frag_picker::scores::PhiPsiSquareWell::PhiPsiSquareWell().
Definition at line 63 of file PhiPsiTalosIO.hh.
Referenced by protocols::frag_picker::scores::PhiPsiRmsd::PhiPsiRmsd(), protocols::frag_picker::scores::PhiPsiSquareWell::PhiPsiSquareWell(), and read().
Definition at line 73 of file PhiPsiTalosIO.hh.
Referenced by protocols::frag_picker::scores::PhiPsiSquareWell::PhiPsiSquareWell(), and read().
|
private |
Definition at line 77 of file PhiPsiTalosIO.hh.
Referenced by protocols::frag_picker::scores::PhiPsiSquareWell::PhiPsiSquareWell(), and read().
|
inline |
Definition at line 97 of file PhiPsiTalosIO.hh.
Referenced by protocols::frag_picker::scores::PhiPsiSquareWell::PhiPsiSquareWell().
| void protocols::frag_picker::PhiPsiTalosIO::read | ( | std::string const & | file_name) |
Definition at line 44 of file PhiPsiTalosIO.cc.
References d_phi(), d_psi(), data_format_, dist(), entries_, first_residue_index_, has_entry(), last_residue_index_, phi(), psi(), s2(), sequence_, core::scoring::hbonds::t(), and protocols::frag_picker::tr().
Definition at line 93 of file PhiPsiTalosIO.hh.
Referenced by read().
| void protocols::frag_picker::PhiPsiTalosIO::write | ( | std::ostream & | out) |
Definition at line 146 of file PhiPsiTalosIO.cc.
References column_names_, data_format_, entries_, first_residue_index_, and sequence_.
Referenced by protocols::frag_picker::scores::MakePhiPsiRmsd::make(), and protocols::frag_picker::scores::MakePhiPsiSquareWell::make().
|
private |
Definition at line 107 of file PhiPsiTalosIO.hh.
Referenced by write().
|
private |
Definition at line 105 of file PhiPsiTalosIO.hh.
|
private |
Definition at line 111 of file PhiPsiTalosIO.hh.
|
private |
Definition at line 108 of file PhiPsiTalosIO.hh.
|
private |
Definition at line 109 of file PhiPsiTalosIO.hh.
Referenced by read().
|
private |
Definition at line 106 of file PhiPsiTalosIO.hh.
1.8.4