Rosetta
Functions | Variables
mp_parameters.cc File Reference

Checking options for MPframework. More...

#include <devel/init.hh>
#include <protocols/moves/Mover.hh>
#include <protocols/membrane/MembraneUnitTestMover.hh>
#include <core/types.hh>
#include <protocols/jd2/JobDistributor.hh>
#include <protocols/jd2/Job.hh>
#include <basic/Tracer.hh>
#include <protocols/viewer/viewers.hh>
#include <basic/options/option.hh>
#include <basic/options/keys/mp.OptionKeys.gen.hh>
#include <numeric/xyzVector.hh>
#include <utility/file/file_sys_util.hh>
#include <utility/string_util.hh>
#include <utility/io/izstream.hh>
#include <cstdlib>
#include <string>

Functions

bool no_interpolate_Mpair (false)
 
bool Hbond_depth_correction (false)
 
bool TMprojection (false)
 
bool non_helix (false)
 
bool termini (false)
 
bool secstruct (false)
 
bool spanning (false)
 
void read_membrane ()
 
void read_embeddings ()
 
void read_parameters ()
 
void read_penalties ()
 
void read_options ()
 
void user_overwrites_options ()
 
void check_options ()
 
int main (int argc, char *argv[])
 

Variables

static basic::Tracer TR ("apps.pilot.jkleman.mp_parameters")
 
Vector normal
 
Vector center
 
Real thickness
 
Vector center_start
 
Real center_delta
 
Real center_search_cycles
 
Vector normal_start
 
Real normal_angle_start
 
Real normal_angle_delta
 
Real normal_search_cycles
 
Real chain_normal_angle_max
 
Real pose_normal_angle_max
 
Real wt_TMprojection
 
Real wt_non_helix
 
Real wt_termini
 
Real wt_secstruct
 
Real wt_spanning
 

Detailed Description

Checking options for MPframework.

Checking options from database and user input for MPframework Last Modified: 3/24/14

Author
JKLeman (julia.nosp@m..koe.nosp@m.hler1.nosp@m.982@.nosp@m.gmail.nosp@m..com)

Function Documentation

◆ check_options()

void check_options ( )

◆ Hbond_depth_correction()

bool Hbond_depth_correction ( false  )

◆ main()

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

◆ no_interpolate_Mpair()

bool no_interpolate_Mpair ( false  )

◆ non_helix()

bool non_helix ( false  )

◆ read_embeddings()

void read_embeddings ( )

◆ read_membrane()

void read_membrane ( )

◆ read_options()

void read_options ( )

◆ read_parameters()

void read_parameters ( )

◆ read_penalties()

void read_penalties ( )

◆ secstruct()

bool secstruct ( false  )

◆ spanning()

bool spanning ( false  )

◆ termini()

bool termini ( false  )

◆ TMprojection()

bool TMprojection ( false  )

◆ user_overwrites_options()

void user_overwrites_options ( )

Variable Documentation

◆ center

Vector center

◆ center_delta

Real center_delta

◆ center_search_cycles

Real center_search_cycles

◆ center_start

Vector center_start

◆ chain_normal_angle_max

Real chain_normal_angle_max

◆ normal

Vector normal

◆ normal_angle_delta

Real normal_angle_delta

◆ normal_angle_start

Real normal_angle_start

◆ normal_search_cycles

Real normal_search_cycles

◆ normal_start

Vector normal_start

◆ pose_normal_angle_max

Real pose_normal_angle_max

◆ thickness

Real thickness

◆ TR

basic::Tracer TR("apps.pilot.jkleman.mp_parameters") ( "apps.pilot.jkleman.mp_parameters"  )
static

◆ wt_non_helix

Real wt_non_helix

◆ wt_secstruct

Real wt_secstruct

◆ wt_spanning

Real wt_spanning

◆ wt_termini

Real wt_termini

◆ wt_TMprojection

Real wt_TMprojection