|
ostream & | core::scoring::motif::operator<< (ostream &out, Xfres const &x) |
|
std::istream & | core::scoring::motif::operator>> (std::istream &in, Xfres &x) |
|
bool | core::scoring::motif::read_xfres_binary (string const &fname, vector1< Xfres > &xfres) |
|
bool | core::scoring::motif::read_xfres_binary (std::istream &in, vector1< Xfres > &xfres) |
|
bool | core::scoring::motif::write_xfres_binary (ostream &out, vector1< Xfres > const &xfres) |
|
bool | core::scoring::motif::write_xfres_binary (string const &fname, vector1< Xfres > const &xfres) |
|
bool | core::scoring::motif::read_xfres_binary (vector1< string > const &fnames, vector1< Xfres > &xfres) |
|
ostream & | core::scoring::motif::operator<< (ostream &out, Xfrag const &x) |
|
std::istream & | core::scoring::motif::operator>> (std::istream &in, Xfrag &x) |
|
bool | core::scoring::motif::read_xfrag_binary (string const &fname, vector1< Xfrag > &xfrag) |
|
bool | core::scoring::motif::read_xfrag_binary (std::istream &in, vector1< Xfrag > &xfrag) |
|
bool | core::scoring::motif::write_xfrag_binary (ostream &out, vector1< Xfrag > const &xfrag) |
|
bool | core::scoring::motif::write_xfrag_binary (string const &fname, vector1< Xfrag > const &xfrag) |
|
bool | core::scoring::motif::read_xfrag_binary (vector1< string > const &fnames, vector1< Xfrag > &xfrag) |
|
bool | core::scoring::motif::read_xfrag_binary (string const &fname, vector1< Xfrag > &xfrag, vector1< Xfres > &xfres) |
|
bool | core::scoring::motif::read_xfrag_binary (std::istream &in, vector1< Xfrag > &xfrag, vector1< Xfres > &xfres) |
|
bool | core::scoring::motif::write_xfrag_binary (ostream &out, vector1< Xfrag > const &xfrag, vector1< Xfres > const &xfres) |
|
bool | core::scoring::motif::write_xfrag_binary (string const &fname, vector1< Xfrag > const &xfrag, vector1< Xfres > const &xfres) |
|
bool | core::scoring::motif::read_xfrag_binary (vector1< string > const &fnames, vector1< Xfrag > &xfrag, vector1< Xfres > &xfres) |
|