|
static basic::Tracer | core::scoring::motif::TR ("core.scoring.motif") |
|
Real6 | core::scoring::motif::get_bins (Real c, Real a) |
|
static Real | core::scoring::motif::uint16_to_real (uint16_t const &val, Real const &lb, Real const &ub) |
|
static uint16_t | core::scoring::motif::real_to_uint16 (Real const &val, Real const &lb, Real const &ub) |
|
static Real | core::scoring::motif::uint8_to_real (uint8_t const &val, Real const &lb, Real const &ub) |
|
static uint8_t | core::scoring::motif::real_to_uint8 (Real const &val, Real const &lb, Real const &ub) |
|
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) |
|