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