#include <CSTalosIO.hh>
|
| | CSTalosIO () |
| |
| | CSTalosIO (std::string file_name) |
| |
utility::vector1
< utility::vector1< std::pair
< core::Size, core::Real > > > | repack_to_matrix () |
| |
| core::Size | get_first_residue_id () const |
| |
| core::Size | get_last_residue_id () const |
| |
| std::string | get_sequence () const |
| |
| bool | has_entry (core::Size residue_id) |
| |
| void | get_tuples (core::Size, utility::vector1< boost::tuple< core::Size, char, std::string, core::Real > >) |
| |
| void | get_tuples (core::Size, utility::vector1< boost::tuple< core::Size, char, std::string, core::Real > > &) const |
| |
utility::vector1< boost::tuple
< core::Size, char,
std::string, core::Real > > | get_entries () |
| |
| void | write (std::ostream &) |
| |
| void | read (std::string const &) |
| |
| core::Real | get_shift (core::Size, std::string const &) const |
| |
| bool | has_atom (core::Size, std::string const &) const |
| |
| protocols::frag_picker::CSTalosIO::CSTalosIO |
( |
| ) |
|
|
inline |
| protocols::frag_picker::CSTalosIO::CSTalosIO |
( |
std::string |
file_name | ) |
|
|
inline |
| utility::vector1<boost::tuple<core::Size, char, std::string, core::Real> > protocols::frag_picker::CSTalosIO::get_entries |
( |
| ) |
|
|
inline |
| core::Size protocols::frag_picker::CSTalosIO::get_first_residue_id |
( |
| ) |
const |
|
inline |
| core::Size protocols::frag_picker::CSTalosIO::get_last_residue_id |
( |
| ) |
const |
|
inline |
| std::string protocols::frag_picker::CSTalosIO::get_sequence |
( |
| ) |
const |
|
inline |
| core::Real protocols::frag_picker::CSTalosIO::get_shift |
( |
core::Size |
residue_id, |
|
|
std::string const & |
atom_name |
|
) |
| const |
| void protocols::frag_picker::CSTalosIO::get_tuples |
( |
core::Size |
residue_id, |
|
|
utility::vector1< boost::tuple< core::Size, char, std::string, core::Real > > |
results |
|
) |
| |
| void protocols::frag_picker::CSTalosIO::get_tuples |
( |
core::Size |
residue_id, |
|
|
utility::vector1< boost::tuple< core::Size, char, std::string, core::Real > > & |
results |
|
) |
| const |
| bool protocols::frag_picker::CSTalosIO::has_atom |
( |
core::Size |
residue_id, |
|
|
std::string const & |
atom_name |
|
) |
| const |
| bool protocols::frag_picker::CSTalosIO::has_entry |
( |
core::Size |
residue_id | ) |
|
|
inline |
| void protocols::frag_picker::CSTalosIO::print_sequence |
( |
std::string const & |
, |
|
|
std::ostream & |
|
|
) |
| const |
|
private |
| void protocols::frag_picker::CSTalosIO::read |
( |
std::string const & |
file_name | ) |
|
| utility::vector1< utility::vector1< std::pair< core::Size, core::Real > > > protocols::frag_picker::CSTalosIO::repack_to_matrix |
( |
| ) |
|
| void protocols::frag_picker::CSTalosIO::set_up_atom_order |
( |
| ) |
|
|
private |
| void protocols::frag_picker::CSTalosIO::write |
( |
std::ostream & |
out | ) |
|
| utility::vector1<std::string> protocols::frag_picker::CSTalosIO::column_names_ |
|
private |
| std::string protocols::frag_picker::CSTalosIO::data_format_ |
|
private |
| utility::vector1<boost::tuple<core::Size, char, std::string, core::Real> > protocols::frag_picker::CSTalosIO::entries_ |
|
private |
| core::Size protocols::frag_picker::CSTalosIO::first_residue_index_ |
|
private |
| std::map<std::string, core::Size> protocols::frag_picker::CSTalosIO::order_of_atoms_ |
|
private |
| std::string protocols::frag_picker::CSTalosIO::sequence_ |
|
private |
| utility::vector1<boost::tuple<core::Size, char, std::string, core::Real> > protocols::frag_picker::CSTalosIO::used_for_searching_ |
|
private |
The documentation for this class was generated from the following files: