Rosetta
Typedefs | Functions | Variables
make_motif_tables.cc File Reference
#include <core/scoring/motif/motif_hash_stuff.hh>
#include <core/scoring/motif/util.hh>
#include <ObjexxFCL/format.hh>
#include <ObjexxFCL/string.functions.hh>
#include <basic/Tracer.hh>
#include <basic/options/keys/out.OptionKeys.gen.hh>
#include <basic/options/keys/mh.OptionKeys.gen.hh>
#include <core/chemical/ChemicalManager.hh>
#include <core/conformation/Residue.hh>
#include <core/conformation/util.hh>
#include <core/pose/Pose.hh>
#include <core/pose/motif/reference_frames.hh>
#include <core/scoring/Energies.hh>
#include <core/scoring/EnergyGraph.hh>
#include <core/scoring/ScoreFunctionFactory.hh>
#include <core/scoring/dssp/Dssp.hh>
#include <core/scoring/etable/Etable.hh>
#include <core/scoring/hbonds/HBondOptions.hh>
#include <core/scoring/hbonds/HBondSet.hh>
#include <core/scoring/hbonds/hbonds.hh>
#include <core/scoring/methods/EnergyMethodOptions.hh>
#include <devel/init.hh>
#include <protocols/sic_dock/read_biounit.hh>
#include <utility/io/ozstream.hh>
#include <utility/fixedsizearray1.hh>
#include <utility/file/file_sys_util.hh>
#include <numeric/geometry/hashing/SixDHasher.fwd.hh>
#include <core/scoring/ScoreFunction.hh>
#include <basic/options/option.hh>

Typedefs

typedef numeric::xyzTransform< core::RealXform
 

Functions

Size sicdock_max_threads ()
 
Size sicdock_num_threads ()
 
Size sicdock_thread_num ()
 
void print_motifs (std::ostream &out)
 
void merge_motifs ()
 
template<class T >
T sqr (T const &x)
 
void harvest_scores ()
 
void print_scores ()
 
bool harvest_motifs_one (ResPairMotifs &motifs, string const &tag0, Pose const &pose, core::scoring::dssp::Dssp &dssp, Size const &ir, core::scoring::EnergyEdge const &edge, vector1< Real > const &, vector1< Real > const &bfactors, vector1< Real > const &, vector1< Real > const &nbrs, int &nbad, int &, int &nbadocc, int &, int &)
 
void harvest_motifs ()
 
int main (int argc, char *argv[])
 

Variables

static basic::Tracer TR ("motif_hash_util")
 

Typedef Documentation

◆ Xform

Function Documentation

◆ harvest_motifs()

void harvest_motifs ( )
inline

◆ harvest_motifs_one()

bool harvest_motifs_one ( ResPairMotifs &  motifs,
string const &  tag0,
Pose const &  pose,
core::scoring::dssp::Dssp &  dssp,
Size const &  ir,
core::scoring::EnergyEdge const &  edge,
vector1< Real > const &  ,
vector1< Real > const &  bfactors,
vector1< Real > const &  ,
vector1< Real > const &  nbrs,
int &  nbad,
int &  ,
int &  nbadocc,
int &  ,
int &   
)
inline

◆ harvest_scores()

void harvest_scores ( )
inline

◆ main()

int main ( int  argc,
char *  argv[] 
)

◆ merge_motifs()

void merge_motifs ( )
inline

◆ print_motifs()

void print_motifs ( std::ostream &  out)
inline

◆ print_scores()

void print_scores ( )
inline

◆ sicdock_max_threads()

Size sicdock_max_threads ( )
inline

Referenced by harvest_scores().

◆ sicdock_num_threads()

Size sicdock_num_threads ( )
inline

◆ sicdock_thread_num()

Size sicdock_thread_num ( )
inline

Referenced by harvest_scores().

◆ sqr()

template<class T >
T sqr ( T const &  x)

References x.

Referenced by harvest_scores().

Variable Documentation

◆ TR

basic::Tracer TR("motif_hash_util") ( "motif_hash_util"  )
static