Rosetta
Typedefs | Functions | Variables
ShapeScoring.cc File Reference
#include <devel/init.hh>
#include <core/import_pose/import_pose.hh>
#include <core/pose/Pose.hh>
#include <basic/Tracer.hh>
#include <basic/options/option.hh>
#include <basic/options/keys/in.OptionKeys.gen.hh>
#include <core/scoring/sc/ShapeComplementarityCalculator.hh>

Typedefs

typedef core::Size Size
 

Functions

void calc_shape_complementarity (core::pose::Pose &pose)
 
int main (int argc, char *argv[])
 

Variables

static basic::Tracer TR ("ShapeScoring")
 Pilot application to generate shape complementarity scores for biosensor design project. More...
 

Typedef Documentation

◆ Size

typedef core::Size Size

Function Documentation

◆ calc_shape_complementarity()

void calc_shape_complementarity ( core::pose::Pose pose)

References create_a3b_hbs::i, beta_nonlocal::pose, runtime_assert, and TR.

Referenced by main().

◆ main()

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

Variable Documentation

◆ TR

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

Pilot application to generate shape complementarity scores for biosensor design project.

Author
Kyle Barlow

Referenced by calc_shape_complementarity(), and main().