Rosetta
Namespaces | Macros | Functions
util.cc File Reference
#include <core/scoring/motif/motif_hash_stuff.hh>
#include <ObjexxFCL/format.hh>
#include <ObjexxFCL/string.functions.hh>
#include <basic/Tracer.hh>
#include <core/conformation/Residue.hh>
#include <core/pose/Pose.hh>
#include <core/pose/motif/reference_frames.hh>
#include <core/pose/init_id_map.hh>
#include <core/pose/xyzStripeHashPose.fwd.hh>
#include <core/io/pdb/pdb_writer.hh>
#include <core/scoring/rms_util.hh>
#include <core/scoring/sasa.hh>
#include <numeric/random/random.hh>
#include <numeric/xyzVector.hh>
#include <utility/io/ozstream.hh>
#include <utility/fixedsizearray1.hh>
#include <numeric/xyzTransform.hh>
#include <numeric/geometry/hashing/SixDHasher.fwd.hh>
#include <core/kinematics/RT.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.util")
 
void core::scoring::motif::xform_pose (core::pose::Pose &pose, Xform const &s, Size sres=1, Size eres=0)
 
Mat core::scoring::motif::random_rotation ()
 
std::string core::scoring::motif::tag_from_pdb_fname (string const &fname0)
 
ostream & core::scoring::motif::operator<< (ostream &out, Real6 const &r6)
 
Real core::scoring::motif::rt6_rt6_bb_dis2_explicit_stupid (Real6 const &x1, Real6 const &x2)
 
Real core::scoring::motif::rt6_rt6_dis2 (Real6 const &x1, Real6 const &x2, Real const &lever)
 
Real core::scoring::motif::rt6_rt6_bb_dis2 (Real6 const &x1, Real6 const &x2)
 
Real6 core::scoring::motif::inverse_rt6 (Real6 const &rt)
 
Real6 core::scoring::motif::rt_to_real6 (core::kinematics::RT const &rt)
 
core::kinematics::RT core::scoring::motif::real6_to_rt (Real6 const &rt6)
 
RM_Type core::scoring::motif::rpm_type1 (RPM_Type const &type)
 
RM_Type core::scoring::motif::rpm_type2 (RPM_Type const &type)
 
Xform core::scoring::motif::get_residue_pair_xform (Pose const &pose1, Size ir, Pose const &pose2, Size jr, RPM_Type const &type)
 
Xform core::scoring::motif::get_residue_pair_xform (Pose const &pose, Size ir, Size jr, RPM_Type const &type)
 
Real6 core::scoring::motif::get_residue_pair_rt6 (Pose const &pose1, Size ir, Pose const &pose2, Size jr, RPM_Type const &type)
 
Real6 core::scoring::motif::get_residue_pair_rt6 (Pose const &pose, Size ir, Size jr, RPM_Type const &type)
 
void core::scoring::motif::set_residue_pair_xform (Xform const &x, Pose &pose, Size ir, Size jr, RPM_Type const &type)
 
Reals core::scoring::motif::get_sasa (Pose const &pose, Real const &probesize)
 
Reals core::scoring::motif::get_nbrs (Pose const &pose)
 
void core::scoring::motif::HACK_dump_helix (Pose const &pose, string fname, int beg, int end)
 
int core::scoring::motif::HACK_dump_helices (Pose const &pose, string tag, int nres, int minlen=10)
 
Real6 core::scoring::motif::get_bins (Real c, Real a)
 
core::id::AtomID_Mask core::scoring::motif::get_motif_atom_mask (Pose const &motif_pose, RPM_Type const &type, bool with_Hpol)
 
Real core::scoring::motif::align_motif_pose_NCAC_super (Pose &motif_pose, Pose const &paln1, Size const &ir, Pose const &paln2, Size const &jr, RPM_Type const &type)
 
Real core::scoring::motif::align_motif_pose_break (Pose &, Pose const &, Size const &, Pose const &, Size const &, RPM_Type const &)
 
Real core::scoring::motif::align_motif_pose_by_one_frame (Pose &, Pose const &, Size const &, Pose const &, Size const &, RPM_Type const &)
 
Real core::scoring::motif::align_motif_pose_super (Pose &motif_pose, Pose const &paln1, Size const &ir, Pose const &paln2, Size const &jr, RPM_Type const &type)
 
Real core::scoring::motif::align_motif_pose (Pose &motif_pose, Pose const &paln1, Size const &ir, Pose const &paln2, Size const &jr, RPM_Type const &type)
 
core::Real core::scoring::motif::aa_trustworthiness (char aa)
 

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