Rosetta
Namespaces | Macros | Functions
xfrags.cc File Reference
#include <core/scoring/motif/xfrags.hh>
#include <core/scoring/motif/motif_hash_stuff.hh>
#include <ObjexxFCL/format.hh>
#include <basic/Tracer.hh>
#include <core/conformation/Residue.hh>
#include <core/conformation/ResidueFactory.hh>
#include <core/pose/Pose.hh>
#include <core/pose/util.hh>
#include <core/pose/xyzStripeHashPose.fwd.hh>
#include <core/kinematics/FoldTree.hh>
#include <utility/io/izstream.hh>
#include <utility/io/ozstream.hh>
#include <utility/fixedsizearray1.hh>
#include <numeric/geometry/hashing/SixDHasher.hh>
#include <numeric/numeric.functions.hh>

Namespaces

 core
 A class for reading in the atom type properties.
 
 core::scoring
 
 core::scoring::motif
 

Macros

#define MAX_UINT16   65535
 
#define MAX_UINT8   255
 
#define XFORM_SCORE_FILE_VERSION   1
 

Functions

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)
 

Macro Definition Documentation

◆ MAX_UINT16

#define MAX_UINT16   65535

◆ MAX_UINT8

#define MAX_UINT8   255

◆ XFORM_SCORE_FILE_VERSION

#define XFORM_SCORE_FILE_VERSION   1